Skip to content

Commit

Permalink
Run test.yml workflow on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Sep 16, 2024
1 parent be847ed commit 4f8402f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run tests
on:
workflow_dispatch:
pull_request:
push:
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 4f8402f

Please sign in to comment.