1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 11:36:18 +02:00

Fix triggers in licensed.yml

This commit is contained in:
Brian Cristante 2021-06-25 11:13:28 -04:00
parent a9780ebfcd
commit 8134c0fbe6

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: