We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075c090 commit 5458194Copy full SHA for 5458194
1 file changed
.github/workflows/meetings.yml
@@ -1,6 +1,10 @@
1
name: Schedule Meetings
2
on:
3
workflow_dispatch:
4
+ pull_request:
5
+ paths:
6
+ - '.github/workflows/meetings.yml'
7
+ - '.github/ISSUE_TEMPLATE/meeting.md'
8
schedule:
9
- cron: '0 0 * * *'
10
jobs:
0 commit comments