Skip to content

Commit

Permalink
Trigger check workflow in all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubensei committed Nov 3, 2024
1 parent 16a9a40 commit 9cd97e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ permissions:
on:
push:
branches: [master]
pull_request:
branches: [master]
pull_request: {}
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name || github.run_id }}
Expand Down

0 comments on commit 9cd97e1

Please sign in to comment.