Skip to content

Commit

Permalink
fix(actions): remove invalid workflow_dispatch.branches (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed May 6, 2021
1 parent f0df9db commit 1dbc244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
branches: ["**"]

jobs:
npm-audit-fix:
Expand Down
1 change: 0 additions & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ on:
schedule:
- cron: \\"0 0 * * *\\"
workflow_dispatch:
branches: [\\"**\\"]
jobs:
npm-audit-fix:
Expand Down

0 comments on commit 1dbc244

Please sign in to comment.