Skip to content

Commit

Permalink
Clean up some older workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 12, 2023
1 parent 7436721 commit e0906a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
type: [created, synchronize, reopened]
types: [opened, synchronize]
branches:
- '*'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- "master"
pull_request:
type: [created, synchronize, reopened]
types: [opened, synchronize]
branches:
- "*"
jobs:
Expand Down

0 comments on commit e0906a7

Please sign in to comment.