diff options
| author | Selene ToyKeeper | 2023-11-05 14:17:27 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-05 14:17:27 -0700 |
| commit | 962b571eac828f1ad334fb043b6265fbf16e6b61 (patch) | |
| tree | a47cef268e282a679af606b0a2865427110b6908 /.github | |
| parent | test: is apt-get any faster than apt? (diff) | |
| download | anduril-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 '')
| -rw-r--r-- | .github/workflows/compile.yml | 2 |
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" ] |
