Skip to content

Commit

Permalink
CI: restrict pushes event and add workflow_dispatch (nodejs#4306)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Dec 20, 2021
1 parent 0303c38 commit 9239c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Tests

on:
push:
branches-ignore:
- "translations"
- "dependabot/**"
branches:
- main
pull_request:
workflow_dispatch:

jobs:
run:
Expand Down

0 comments on commit 9239c9e

Please sign in to comment.