Skip to content

Commit

Permalink
Deploy V2 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 29, 2024
1 parent 575023c commit 9e38a74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Deploy example projects

on:
push:
branches: main
branches:
- main
- v2

jobs:
build:
Expand Down Expand Up @@ -48,9 +50,9 @@ jobs:
- mojmap
- yarn
concurrency:
group: branch/example/${{ matrix.mappings }}
group: branch/example/${{ github.ref_name }}/${{ matrix.mappings }}
env:
TARGET_BRANCH: example/${{ matrix.mappings }}
TARGET_BRANCH: example/${{ github.ref_name }}/${{ matrix.mappings }}
environment:
name: example-projects
url: https://github.com/FallingColors/hexdummy/tree/${{ env.TARGET_BRANCH }}
Expand Down

0 comments on commit 9e38a74

Please sign in to comment.