Skip to content

Commit

Permalink
Fix workflow runs on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yomcube authored Dec 22, 2024
1 parent 70f1109 commit b1bf6b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
on: [push, pull_request_target, workflow_dispatch]

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down

0 comments on commit b1bf6b2

Please sign in to comment.