Refine GitHub workflows running condition (#447)

This commit is contained in:
Loyalsoldier
2020-11-23 20:51:58 +08:00
committed by GitHub
parent cfe5de7b97
commit 7acf515258
5 changed files with 15 additions and 10 deletions
+3 -4
View File
@@ -2,16 +2,15 @@ name: CodeQL
on:
push:
branches: [master]
branches:
- master
- v*
paths:
- "**/*.go"
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
schedule:
- cron: '0 0 * * 1'
jobs:
analyze: