Skip to content

Commit f8898f5

Browse files
committed
Enable manual trigger for GitHub Action
1 parent a4dde3e commit f8898f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_calendar_date.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77
pull_request::
88
branches:
99
- main
10+
workflow_dispatch:
11+
# Enable manual triggering
1012

11-
jobs:
13+
jobs:
1214
fix_calendar_date:
1315
runs-on: ubuntu-latest
1416

0 commit comments

Comments
 (0)