Skip to content

Commit

Permalink
push to main deploys dev, release deploys prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Aug 1, 2024
1 parent 3f5038b commit 2dbbe39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: dev.jmuzina.io

on:
push:
branches: [ 'dev' ]
branches:
- main
workflow_dispatch:


jobs:
build-portfolio:
name: Build Development portfolio
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: jmuzina.io

on:
push:
branches: [ 'main' ]
release:
types:
- published
workflow_dispatch:


jobs:
build-portfolio:
name: Build Production portfolio
Expand Down

0 comments on commit 2dbbe39

Please sign in to comment.