feat(ns-paystack): updated github action ci
This commit is contained in:
parent
d1ccaa1e57
commit
0848c4bf06
1 changed files with 2 additions and 1 deletions
3
.github/workflows/bp-devtools-ci.yml
vendored
3
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: BP DEVTOOLS CI
|
name: BP DEVTOOLS CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
@ -128,6 +129,6 @@ jobs:
|
||||||
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
|
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.GH_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
npx nx affected --target release --all
|
npx nx affected --target release --all
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue