Skip to content

Commit eca9002

Browse files
authored
Change workflow branch from 'main' to 'master'
1 parent ac8e6ec commit eca9002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-idra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: sync-idra
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
88
push:
9-
branches: [ "main" ]
9+
branches: [ "master" ]
1010
pull_request:
11-
branches: [ "main" ]
11+
branches: [ "master" ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)