Move workflow to prod
This commit is contained in:
parent
2148f218e5
commit
7e3676bae0
|
|
@ -4,9 +4,16 @@ name: Node-CI
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user