Skip to content

Commit

Permalink
Merge pull request #94 from eduNEXT/jlc/closed-dispatcher-eox-nelp
Browse files Browse the repository at this point in the history
chore: allow closed types
  • Loading branch information
johanseto committed Sep 9, 2023
2 parents 2c29db3 + 4b6cddf commit bdd61c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/strain_dispatcher.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Strain Repo Dispatch 📜
on: pull_request
on:
pull_request:
types:
- opened
- synchronize
- closed
#strain_property go in json_path format.
jobs:
strain-dispatch:
Expand Down

0 comments on commit bdd61c8

Please sign in to comment.