Skip to content

Commit

Permalink
chore: fix another bug in dev container push script
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Feb 26, 2024
1 parent 2b7f08d commit aeabad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
# Further down there's a bit that restricts the job itself to a PR
# comment with a specific body
issue_comment:
types:
- 'created'
types:
- created

jobs:
long-job:
Expand Down

0 comments on commit aeabad2

Please sign in to comment.