Skip to content

Commit

Permalink
test for github action (#2127)
Browse files Browse the repository at this point in the history
* test for github action

* update codeql

* Update codeql-analysis.yml

* Update dotnetcore.yml

* Update dotnetcore.yml

* Update codeql-analysis.yml
  • Loading branch information
jennyf19 authored Mar 19, 2023
1 parent 4b9947f commit fd10981
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- "master"
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- "master"
paths:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- "master"
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- "master"
paths:
Expand Down

0 comments on commit fd10981

Please sign in to comment.