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 8c42397 commit 2b7f08d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev-preview.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build and Push Dev Preview Image
on:
# github treats issue comments and PR comments as the same.
# Further down there's a bit that restricts the job itself to a PR
# comment with a specific body
issue_comment:
types:
- created
- 'created'

jobs:
long-job:
Expand Down

0 comments on commit 2b7f08d

Please sign in to comment.