Skip to content

Commit 0b45674

Browse files
committed
- fix workflows with main
1 parent a38c837 commit 0b45674

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/core_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
- '**/*.md'
1010
- '**/*.rst'
1111
branches:
12-
- master
12+
- main
1313
- '[0-9].*'
1414
pull_request:
1515
branches:
16-
- master
16+
- main
1717
- '[0-9].*'
1818
schedule:
1919
- cron: '0 1 * * *' # nightly build

.github/workflows/core_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Snapshot-Core
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
- '[0-9].x'
1010
workflow_dispatch:
1111

.github/workflows/entraid_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
- '**/*.md'
1010
- '**/*.rst'
1111
branches:
12-
- master
12+
- main
1313
- '[0-9].*'
1414
pull_request:
1515
branches:
16-
- master
16+
- main
1717
- '[0-9].*'
1818
schedule:
1919
- cron: '0 1 * * *' # nightly build

.github/workflows/entraid_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
- '[0-9].x'
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)