diff options
| author | Selene ToyKeeper | 2023-12-02 13:09:08 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-12-02 13:09:08 -0700 |
| commit | 1ca7e77cec953cb4cce5868336c24042ec3cf800 (patch) | |
| tree | 0b3efe1d08240d6cbe21d54d1981b6cd69a535a7 | |
| parent | fetch tags on CI checkout, so 'git describe' can work (diff) | |
| download | anduril-1ca7e77cec953cb4cce5868336c24042ec3cf800.tar.gz anduril-1ca7e77cec953cb4cce5868336c24042ec3cf800.tar.bz2 anduril-1ca7e77cec953cb4cce5868336c24042ec3cf800.zip | |
run CI on all branches, not just on trunk
| -rw-r--r-- | .github/workflows/compile.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index e695a3a..3f03c40 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -1,10 +1,13 @@ name: build all on: - push: - branches: [ "trunk" ] - pull_request: - branches: [ "trunk" ] + # all branches: + [ push, pull_request ] + # trunk only: + #push: + # branches: [ "trunk" ] + #pull_request: + # branches: [ "trunk" ] jobs: compile: |
