Skip to content

Commit

Permalink
fix(ci): ⚡ github action
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Dec 12, 2022
1 parent b465de5 commit 9ddf144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- dev
- next-release

jobs:
############ BUILD PACKAGE ############
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.head_ref == 'next-release'
needs:
- build-package
steps:
Expand Down

0 comments on commit 9ddf144

Please sign in to comment.