Skip to content

Commit

Permalink
add develop as a workflow trigger branch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Sep 26, 2024
1 parent 4099dd6 commit 91baa9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 91baa9c

Please sign in to comment.