1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

Fix triggers in licensed.yml

This commit is contained in:
Brian Cristante 2021-08-25 11:29:55 -04:00
parent b3a0efbada
commit 492c1aa589

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: