Skip to content

Commit f0b88cf

Browse files
Updated workflows to run on main
1 parent 6401e92 commit f0b88cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- develop
7+
- main
88

99
permissions:
1010
id-token: write # This is required for requesting the JWT

.github/workflows/macos-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- develop
7+
- main
88
permissions:
99
id-token: write # This is required for requesting the JWT
1010
contents: read # This is required for actions/checkout

.github/workflows/windows-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- develop
7+
- main
88

99
permissions:
1010
id-token: write # This is required for requesting the JWT

0 commit comments

Comments
 (0)