Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Dec 20, 2023
1 parent cc22ef1 commit 379b0bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
name: Deploy Workflow

on:
push:
branches:
- dev

jobs:
prepare-matrix:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -50,3 +57,4 @@ jobs:
- name: Run deploy script
run: ${{ matrix.action }}/scripts/deploy.sh roboto-public


0 comments on commit 379b0bb

Please sign in to comment.