Skip to content

Commit

Permalink
Remove GitHub Actions branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed May 14, 2024
1 parent 7f2e3f8 commit 283ea0e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Linting

on:
push:
branches: "master"
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Prettier format-check

on:
push:
branches: "master"
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Testing

on:
push:
branches: "master"
pull_request:

jobs:
Expand Down

0 comments on commit 283ea0e

Please sign in to comment.