diff options
| author | Ryo Nakamura <upa@haeena.net> | 2023-09-08 17:20:45 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2023-09-08 17:20:45 +0900 |
| commit | bc1cf11cc1712f9909071a0a07d08c63ae30e14f (patch) | |
| tree | 35a8c1b4d98d0657ebc895bed46d7b523697b5ea /.github/workflows/test.yml | |
| parent | 72841ec12d5865b4f020dc23c64553deb2fe15d6 (diff) | |
enable github actions on the dev branch
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c9e459..4f34034 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [ "main" ] + branches: [ "main", "dev" ] pull_request: - branches: [ "main" ] + branches: [ "main", "dev" ] env: BUILD_TYPE: Release |
