Skip to content

Commit

Permalink
Fixed branch name in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kniffen committed Apr 7, 2023
1 parent e717e84 commit 3bbb480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:
push:
branches: [
"main",
"master",
"feature/**",
"fix/**",
"refactor/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
push:
branches: [
"main",
"master",
"feature/**",
"fix/**",
"refactor/**"
Expand Down

0 comments on commit 3bbb480

Please sign in to comment.