Skip to content

Commit 4c61c14

Browse files
authored
fix typo in path for meeting workflow (#48)
1 parent c7be3e3 commit 4c61c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meeting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
pull_request:
55
paths:
6-
- '.github/workflows/meetings.yml'
6+
- '.github/workflows/meeting.yml'
77
- '.github/ISSUE_TEMPLATE/meeting.md'
88
schedule:
99
- cron: '0 0 * * *'

0 commit comments

Comments
 (0)