Skip to content

Commit

Permalink
Run tests when pushing changes on master or create pull request again…
Browse files Browse the repository at this point in the history
…st master
  • Loading branch information
dennis531 committed Dec 3, 2024
1 parent 1a2b43e commit afe4f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Run plugin tests
on:
push:
# branches:
# - main
branches:
- master
pull_request:
branches:
- main
- master

jobs:
tests:
Expand Down

0 comments on commit afe4f8b

Please sign in to comment.