Skip to content

Commit

Permalink
update action config (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Nov 15, 2021
1 parent 9706952 commit f2e6332
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ name: "CodeQL"
on:
push:
branches: [ master ]
paths:
- '**.go'
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
paths:
- '**.go'
schedule:
- cron: '31 7 * * 3'

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- "master"
paths:
- '**.go'
pull_request:
paths:
- '**.go'

jobs:
test:
Expand Down

0 comments on commit f2e6332

Please sign in to comment.