Skip to content

Commit

Permalink
Update build triggers in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Dec 9, 2023
1 parent 93e22df commit b163074
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compliance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ on:
workflows: ["Build"]
types:
- completed
branches:
- '**'

jobs:
compliance:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
workflows: ["Build"]
types:
- completed
branches:
- '**'

jobs:
lint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
workflows: ["Build"]
types:
- completed
branches:
- '**'

jobs:
nextflow:
Expand Down

0 comments on commit b163074

Please sign in to comment.