Skip to content

Commit

Permalink
[TM-786] Run test action on pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed May 27, 2024
1 parent cb1a2a0 commit 4f54959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pull-request
on: workflow_dispatch
# pull_request:
# branches: [main, staging, release/**]
on:
pull_request:
branches: [main, staging, release/**]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f54959

Please sign in to comment.