mirror of
https://github.com/actions/setup-node
synced 2024-11-09 15:12:40 +00:00
Fix triggers in licensed.yml
This commit is contained in:
parent
928244ce45
commit
85d4122530
1 changed files with 7 additions and 3 deletions
8
.github/workflows/licensed.yml
vendored
8
.github/workflows/licensed.yml
vendored
|
@ -1,8 +1,12 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue