Skip to content

Commit 5458194

Browse files
committed
run on pr when pr is against meeting template or workflow
1 parent 075c090 commit 5458194

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/meetings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Schedule Meetings
22
on:
33
workflow_dispatch:
4+
pull_request:
5+
paths:
6+
- '.github/workflows/meetings.yml'
7+
- '.github/ISSUE_TEMPLATE/meeting.md'
48
schedule:
59
- cron: '0 0 * * *'
610
jobs:

0 commit comments

Comments
 (0)