mirror of
https://github.com/actions/setup-go
synced 2024-11-09 15:12:40 +00:00
Fix triggers in licensed.yml
This commit is contained in:
parent
e816064dae
commit
eca066937b
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