Skip to content

Commit

Permalink
ci: allow run on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Jul 15, 2024
1 parent eddd595 commit 5d9fcd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
push:
branches:
- main
- dev
# Replace pull_request with pull_request_target if you
# plan to use this action with forks, see the Limitations section
pull_request:
branches:
- main
- dev

# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
Expand Down

0 comments on commit 5d9fcd4

Please sign in to comment.