Skip to content

Commit 67cb7c2

Browse files
committed
Update branch refs
1 parent c4ea7b7 commit 67cb7c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ next ]
16+
branches: [ main/production ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ next ]
19+
branches: [ main/production ]
2020
schedule:
2121
- cron: '15 12 * * 1'
2222

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Dev Website
22
on:
33
push:
4-
branches: [ react ]
4+
branches: [ old/react ]
55

66
jobs:
77
FTP-Deploy-Action:

0 commit comments

Comments
 (0)