Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed May 21, 2023
1 parent b9ac4d4 commit 9fdd99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
- dev
paths-ignore:
- '**.md'
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
- dev
- test
paths-ignore:
- '**.md'
pull_request:
branches:
- master
- dev
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 9fdd99a

Please sign in to comment.