Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
81873fe5314a8827148b64b11d2147b626752f52
Authored by
Perry Werneck
2024-02-19 01:18:54 -0300
1 parent
59ef8d4e
Exists in
develop
Update codeql.yml
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
.github/workflows/codeql.yml
Side-by-side Diff
Inline Diff
.github/workflows/codeql.yml
Wrap text
Diff comments
View file @
81873fe
...
...
@@ -13,9 +13,7 @@ name: "CodeQL"
13
13
14
14
on:
15
15
push:
16
- branches: [ "develop" ]
17
- pull_request:
18
- branches: [ "master" ]
16
+ branches: [ "develop", "master" ]
19
17
20
18
jobs:
21
19
analyze:
...
...