feat: removed if check for release
This commit is contained in:
parent
e1299e9931
commit
5b349e5599
2 changed files with 1 additions and 2 deletions
1
.github/workflows/bp-devtools-ci.yml
vendored
1
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -23,7 +23,6 @@ jobs:
|
|||
- run: npx nx affected -t build --parallel=3
|
||||
|
||||
- name: Publish
|
||||
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
'{libs,tools,.github}/**/*.{ts,js,json,md,html,css,scss,yml,yaml}': [
|
||||
'{libs,apps, tools, .github}/**/*.{ts,js,json,md,html,css,scss,yml,yaml}': [
|
||||
'nx affected --target typecheck --uncommitted',
|
||||
'nx affected --target lint --uncommitted --fix true',
|
||||
'nx affected --target test --uncommitted',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue