Skip to content

Commit

Permalink
Merge pull request #189 from cisagov/improvement/manually_run_sync-la…
Browse files Browse the repository at this point in the history
…bels_workflow

Allow the `sync-labels` workflow to be run manually
  • Loading branch information
mcdonnnj authored Oct 30, 2024
2 parents f0e55b3 + a267662 commit 5da1059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: sync-labels
on:
push:
paths:
- '.github/labels.yml'
- '.github/workflows/sync-labels.yml'
- .github/labels.yml
- .github/workflows/sync-labels.yml
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 5da1059

Please sign in to comment.