Skip to content

Commit

Permalink
ci: temporarily run CI (publish-preview workflow) on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 3, 2024
1 parent 170bf64 commit 381fdf1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Publish a preview build

on:
issue_comment:
types: created
push:
branches: [feature/preview-builds]
#issue_comment:
# types: created

jobs:
is-fork-pull-request:
name: Determine whether this issue comment was on a pull request from a fork
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '@metamaskbot publish-preview') }}
#if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '@metamaskbot publish-preview') }}
runs-on: ubuntu-latest
outputs:
IS_FORK: ${{ steps.is-fork.outputs.IS_FORK }}
Expand Down

0 comments on commit 381fdf1

Please sign in to comment.