mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
fix(ci): ⚡ github action
fix(ci): ⚡ github action
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- next-release
|
||||
|
||||
jobs:
|
||||
############ BUILD PACKAGE ############
|
||||
@@ -38,6 +39,7 @@ jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: github.head_ref == 'next-release'
|
||||
needs:
|
||||
- build-package
|
||||
steps:
|
||||
@@ -81,7 +83,7 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
message: 'ci(version): :zap: automatic - ${date} updated versions every packages'
|
||||
branch: 'dev'
|
||||
branch: 'next-release'
|
||||
|
||||
############ UNIT TEST ############
|
||||
test-unit:
|
||||
|
||||
Reference in New Issue
Block a user