Skip to content

Commit 80ea13a

Browse files
committed
Fixed GitHub Actions workflow not being triggered automatically on program modification
1 parent 4b2b327 commit 80ea13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-executable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths:
77
- 'cal.py'
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)