We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26367d commit 79b4f54Copy full SHA for 79b4f54
.github/workflows/codeql.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ "master" ]
+ branches: [ "master", "jaxb-tools-2.x" ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '17 11 * * 5'
22
0 commit comments