Skip to content

Commit

Permalink
Try to trigger on push to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
desi committed Sep 19, 2023
1 parent d454cec commit 5c3c131
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Monthly issue metrics
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
workflow_dispatch: {}
push:
branches:
- 'dm-issues-metrics-workflow'

permissions:
issues: write
Expand Down

0 comments on commit 5c3c131

Please sign in to comment.