Skip to content

Commit 99720a9

Browse files
committed
The branches use the older 'master' name instead of 'main', account for this in the workflow
1 parent ba6f265 commit 99720a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release Python Script
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
workflow_dispatch:
99
inputs:

0 commit comments

Comments
 (0)