Skip to content

Commit

Permalink
chore: update workflow to trigger on push temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhotimee committed Nov 25, 2024
1 parent 35d8a21 commit 2a2342d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ permissions:
issues: write
statuses: write

on:
issue_comment:
types: [created]
# This is temporary for testing purposes
on: [push]

# on:
# issue_comment:
# types: [created]


jobs:
release:
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '[preview_deployment]')
# if: github.event.issue.pull_request && startsWith(github.event.comment.body, '[preview_deployment]')
runs-on: ubuntu-latest

timeout-minutes: 15
Expand Down

0 comments on commit 2a2342d

Please sign in to comment.