Skip to content

Commit

Permalink
CI: Tests: Run on pushes to trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 committed May 20, 2024
1 parent 4f1b516 commit 47c58d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Run Tests
permissions:
contents: read
on:
- pull_request
pull_request:
push:
branches:
- "trunk"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 47c58d4

Please sign in to comment.