Skip to content

Commit

Permalink
CI: Run tests on PRs to the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Sep 17, 2024
1 parent 59f2716 commit 3e4e7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regressiontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Regression tests
on:
workflow_dispatch:
pull_request:
branches: ['develop']
branches: ['develop', 'master']
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test suite
on:
workflow_dispatch:
pull_request:
branches: ['develop']
branches: ['develop', 'master']
paths:
- '.github/workflows/testsuite.yml'
- 'superdsm/**'
Expand Down

0 comments on commit 3e4e7c3

Please sign in to comment.