Skip to content

Commit 8704643

Browse files
authored
Change default branch from 'main' to 'master' in workflow
1 parent 5c8db04 commit 8704643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python PySDD package
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches: [main]
6+
branches: [master]
77
release:
88
types: [published]
99
jobs:

0 commit comments

Comments
 (0)