Skip to content

Commit

Permalink
Run Tests on all pushes except wip/** branch, PRs
Browse files Browse the repository at this point in the history
I could not get PR #3 to run the Run Tests action after updating the
branch protection rule, force-pushing, or closing/reopening the PR. I
think it's because the updates in PR #2 were too restrictive.

Once I commit this, I'll try to trigger PR #3 again.
  • Loading branch information
mbland committed Nov 25, 2023
1 parent 4040ab6 commit 974b1e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Run Tests

on:
push:
branches: [ "main" ]
branches-ignore: [ "wip/**" ]
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
pull_request:
branches: [ "main" ]
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
workflow_dispatch:

Expand Down

0 comments on commit 974b1e0

Please sign in to comment.