Skip to content

Commit

Permalink
Actions: allow manual triggering, and don't ignore "*/*"
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva authored and cperciva committed Jul 31, 2024
1 parent af0ca13 commit 32bb493
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Compile & test

# Run whenever we push to any branch without a "/", other than [coverity-scan].
# Run whenever we push to any branch other than [coverity-scan], or if we
# manually trigger a workflow.
on:
push:
branches:
- '*'
- '**'
- '!coverity-scan'
workflow_dispatch:

env:
# Shared variables amongst all projects / platforms / compilers.
Expand Down

0 comments on commit 32bb493

Please sign in to comment.