mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
ci(ci): ✨ releases action
This commit is contained in:
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
@@ -1,8 +1,7 @@
|
||||
name: BotWhatsapp Releases
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
push:
|
||||
branches:
|
||||
- next-release
|
||||
|
||||
@@ -11,7 +10,6 @@ jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.merged == 'true'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user