Skip to content

Commit 2a2342d

Browse files
author
Isaiah Yemitan
committed
chore: update workflow to trigger on push temporarily
1 parent 35d8a21 commit 2a2342d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/preview-release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ permissions:
66
issues: write
77
statuses: write
88

9-
on:
10-
issue_comment:
11-
types: [created]
9+
# This is temporary for testing purposes
10+
on: [push]
11+
12+
# on:
13+
# issue_comment:
14+
# types: [created]
15+
1216

1317
jobs:
1418
release:
15-
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '[preview_deployment]')
19+
# if: github.event.issue.pull_request && startsWith(github.event.comment.body, '[preview_deployment]')
1620
runs-on: ubuntu-latest
1721

1822
timeout-minutes: 15

0 commit comments

Comments
 (0)