Skip to content

Commit

Permalink
Merge branch 'mythical-preview' into mythical-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 23, 2024
2 parents c28747d + 9ab835a commit 637e60d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push-mythical.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Build Mythical MiniApp
on:
pull_request:
branches:
- mythical-dev
- mythical-prod
push:
branches:
- mythical-dev
- mythical-preview
- mythical-prod

jobs:
Expand Down Expand Up @@ -52,7 +49,7 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: mythical-games
gitHubToken: ${{ secrets.GH_AUTOMATION_TOKEN }}
branch: ${{ github.ref_name == 'mythical-prod' && 'main' || 'dev' }}
branch: ${{ vars.CF_PAGE_BRANCH }}
directory: './packages/webapp/build'
wranglerVersion: '3'
- name: Notify to Discord
Expand Down

0 comments on commit 637e60d

Please sign in to comment.