Skip to content

Commit

Permalink
Add ci trigger for prs
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Sep 3, 2024
1 parent b9490dd commit 05afd04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
env:
GH_TOKEN: ${{ secrets.CI_TOKEN }}
Expand Down

0 comments on commit 05afd04

Please sign in to comment.