diff options
| author | Selene ToyKeeper | 2024-03-29 07:02:20 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2024-03-29 07:02:20 -0600 |
| commit | ce71d0eada9437209eb09ef672b6d9a4cd81ca74 (patch) | |
| tree | efb5d092bd8e225d78eccc8a7287966694f5b1d2 | |
| parent | Merge branch 'pr46-SiteRelEnby-bugfix-tacmode-without-momentary' into trunk (diff) | |
| parent | Allow manually running GitHub actions workflows (diff) | |
| download | anduril-ce71d0eada9437209eb09ef672b6d9a4cd81ca74.tar.gz anduril-ce71d0eada9437209eb09ef672b6d9a4cd81ca74.tar.bz2 anduril-ce71d0eada9437209eb09ef672b6d9a4cd81ca74.zip | |
Merge branch 'manual-actions' of github.com:SiteRelEnby/anduril into pr52-SiteRelEnby-manual-actions
* 'manual-actions' of github.com:SiteRelEnby/anduril:
Allow manually running GitHub actions workflows
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 2ba771f..c77ac85 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -2,7 +2,7 @@ name: build all on: # all branches: - [ push, pull_request ] + [ push, pull_request, workflow_dispatch ] # trunk only: #push: # branches: [ "trunk" ] |
