1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 07:21:19 +01:00

Fix triggers in licensed.yml

This commit is contained in:
Brian Cristante
2021-08-25 11:29:43 -04:00
parent deee0f6246
commit 9969bca445

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: