3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-22 01:59:32 +01:00

Fix triggers in licensed.yml

This commit is contained in:
Brian Cristante 2021-08-25 11:29:51 -04:00
parent 928244ce45
commit 85d4122530

View file

@ -1,8 +1,12 @@
name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test: