Skip to content

Commit

Permalink
chore: DSW-0 attempt to fix workflow trigger (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz authored Mar 28, 2024
1 parent 920687c commit 0faa917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pie-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PIE Trigger
name: pie-trigger

on:
repository_dispatch:
types: [pie-trigger]
types: ['pie-trigger']

jobs:
list-snapshots:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0faa917

Please sign in to comment.