-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat limit api requests core contracts check and graphql only on push…
… to development branch (#887) * chore: limit GraphQL analysis to push to development branch * chore: limit core contracts check API calls Narrow down test matrix scope to changed core contracts
- Loading branch information
1 parent
5a8cbb3
commit 47717c1
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ name: CodeQL Analysis | |
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- development | ||
|
||
jobs: | ||
code-ql-analysis: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters