Skip to content

Commit

Permalink
Run on commit to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Nov 1, 2023
1 parent 3abc523 commit d58652e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Update Issues

on:
push:
branches:
- 'main'
issues:
types: [opened, reopened, closed, labeled, unlabeled]
workflow_dispatch:
Expand All @@ -24,4 +27,4 @@ jobs:
- name: Run updater
run: bundle exec ruby bin/update-issues
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d58652e

Please sign in to comment.