mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-19 06:54:45 +02:00
fix YAML types in licensed.yml
This commit is contained in:
parent
27121b0bdf
commit
44a32e846e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
push: {branches: [main]}
|
||||
pull_request: {branches: [main]}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue