Skip to content

Commit

Permalink
changes job trigger to on pull request as merge prep
Browse files Browse the repository at this point in the history
  • Loading branch information
tweak-wtf committed Jul 19, 2024
1 parent 051ec5c commit d07c914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: run all tests

on:
push:
branches: ["ci/run-full-test-suite"]
pull_request:
branches: ["develop"]

jobs:
full_test_suite:
Expand Down

0 comments on commit d07c914

Please sign in to comment.