Skip to content

Commit

Permalink
fix workflow configuration syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 1, 2022
1 parent b47732c commit 1e8a135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -6,7 +6,7 @@ env:
on:
push:
branches:
- *.x
- "*.x"
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Expand Up @@ -3,7 +3,7 @@ name: Spellcheck
on:
push:
branches:
- *.x
- "*.x"
pull_request:

jobs:
Expand Down

0 comments on commit 1e8a135

Please sign in to comment.