@@ -5,14 +5,18 @@ on:
- major
- minor
- parallel-e2e
+ paths:
+ - 'packages/*'
+ - 'package.json'
+ - 'package-lock.json'
+
+env:
+ CI: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
-env:
- CI: true
-
jobs:
codegen:
uses: ./.github/workflows/codegen.yml
@@ -3,6 +3,11 @@ on:
push:
branches:
- master
env:
CI: true
@@ -5,6 +5,11 @@ on:
@@ -7,7 +7,6 @@ on:
paths:
- 'docs/**'
index_docs:
runs-on: ubuntu-latest
@@ -5,7 +5,11 @@ on:
defaults:
run:
shell: bash
@@ -5,6 +5,10 @@ on:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -3,6 +3,7 @@ on:
release:
types: [published]
workflow_dispatch:
build: