only run devskim on push to main

This commit is contained in:
Jacob Overgaard
2023-01-31 10:16:13 +01:00
parent 7cb874b323
commit 92336fbc70

View File

@@ -8,8 +8,6 @@ name: DevSkim
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '19 14 * * 5'