aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-12-02 13:09:08 -0700
committerSelene ToyKeeper2023-12-02 13:09:08 -0700
commit1ca7e77cec953cb4cce5868336c24042ec3cf800 (patch)
tree0b3efe1d08240d6cbe21d54d1981b6cd69a535a7
parentfetch tags on CI checkout, so 'git describe' can work (diff)
downloadanduril-1ca7e77cec953cb4cce5868336c24042ec3cf800.tar.gz
anduril-1ca7e77cec953cb4cce5868336c24042ec3cf800.tar.bz2
anduril-1ca7e77cec953cb4cce5868336c24042ec3cf800.zip
run CI on all branches, not just on trunk
Diffstat (limited to '')
-rw-r--r--.github/workflows/compile.yml11
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: