aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/compile.yml
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-05 14:17:27 -0700
committerSelene ToyKeeper2023-11-05 14:17:27 -0700
commit962b571eac828f1ad334fb043b6265fbf16e6b61 (patch)
treea47cef268e282a679af606b0a2865427110b6908 /.github/workflows/compile.yml
parenttest: is apt-get any faster than apt? (diff)
downloadanduril-962b571eac828f1ad334fb043b6265fbf16e6b61.tar.gz
anduril-962b571eac828f1ad334fb043b6265fbf16e6b61.tar.bz2
anduril-962b571eac828f1ad334fb043b6265fbf16e6b61.zip
removed test branch from action triggers
(the action works and seems ready to merge)
Diffstat (limited to '.github/workflows/compile.yml')
-rw-r--r--.github/workflows/compile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index e3371ec..fabcf31 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -2,7 +2,7 @@ name: build all
on:
push:
- branches: [ "trunk", "gretel-actions" ]
+ branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]