Skip to content

Commit

Permalink
Update issues-to-csv.yml
Browse files Browse the repository at this point in the history
Runs on push and pull request: branches -feature branch
  • Loading branch information
n2020h authored Jul 22, 2024
1 parent f491475 commit 36f4b15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/issues-to-csv.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: List Issues and Output as CSV

on:
push:
branches:
- n2020h-issues-to-csv
workflow_dispatch:
schedule:
- cron: '*/10 * * * *'
- cron: '*/5 * * * *'
issues:
types: [opened, closed, reopened]
pull_request:
types: [opened, closed, reopened]
branches:
- n2020h-issues-to-csv


jobs:
Expand Down

0 comments on commit 36f4b15

Please sign in to comment.