diff options
| author | SiteRelEnby | 2024-02-29 19:10:52 -0600 |
|---|---|---|
| committer | SiteRelEnby | 2024-02-29 19:10:52 -0600 |
| commit | cad2501b91a6879d51e7f6fb715d1c6c459665f9 (patch) | |
| tree | 73a951938e031b3c90d7d1899bd4375ea7d84cc0 /.github/workflows/compile.yml | |
| parent | avr32dd20-devkit: use unimplemented "CH" pin as a boost bypass control (diff) | |
| download | anduril-cad2501b91a6879d51e7f6fb715d1c6c459665f9.tar.gz anduril-cad2501b91a6879d51e7f6fb715d1c6c459665f9.tar.bz2 anduril-cad2501b91a6879d51e7f6fb715d1c6c459665f9.zip | |
Allow manually running GitHub actions workflows
https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
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" ] |
