mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 16:56:57 +00:00
chore: disable master branch from ci/cd action
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
@@ -4,13 +4,15 @@
|
||||
name: "CI/CD"
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
paths:
|
||||
- "packages/nc-gui/**"
|
||||
- "scripts/cypress/**"
|
||||
- "packages/nocodb/**"
|
||||
- ".github/workflows/ci-cd.yml"
|
||||
pull_request:
|
||||
branches: [master, develop]
|
||||
branches: [develop]
|
||||
paths:
|
||||
- "packages/nc-gui/**"
|
||||
- "scripts/cypress/**"
|
||||
|
||||
Reference in New Issue
Block a user