tambahannya
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- staging
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- staging
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -59,4 +61,9 @@ jobs:
|
||||
|
||||
# Build project
|
||||
- name: Build project
|
||||
run: bun run build
|
||||
run: bun run build
|
||||
- name: Notify build success via API
|
||||
if: success()
|
||||
run: |
|
||||
curl -X GET "https://wa.wibudev.com/code?text=finish&nom=6289697338821"
|
||||
curl -X GET "https://wa.wibudev.com/code?text=finish&nom=6289669977446"
|
||||
|
||||
Reference in New Issue
Block a user