We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ea7b7 commit 67cb7c2Copy full SHA for 67cb7c2
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ next ]
+ branches: [ main/production ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '15 12 * * 1'
22
.github/workflows/dev.yml
@@ -1,7 +1,7 @@
1
name: Publish Dev Website
2
3
4
- branches: [ react ]
+ branches: [ old/react ]
5
6
jobs:
7
FTP-Deploy-Action:
0 commit comments