Skip to content

Commit

Permalink
Remove uneeded branches-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Feb 11, 2022
1 parent a8d5ae7 commit b9b8e7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint JavaScript

on:
workflow_dispatch:
branches-ignore: [staging, production]
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Jest Unit Tests

on:
workflow_dispatch:
branches-ignore: [staging, production]
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
Expand Down

0 comments on commit b9b8e7c

Please sign in to comment.