Skip to content

Commit

Permalink
Update main.yml so it triggers on develop PRs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan authored Oct 12, 2023
1 parent 06b377a commit 2c7cbde
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Build artifacts
on:
push:
branches:
- main
- develop
pull_request:
branches:
- develop
types:
- closed
workflow_call:

jobs:
Expand Down

0 comments on commit 2c7cbde

Please sign in to comment.