Browse Source

Update ci-cd.yml

pull/843/head
Pranav C 3 years ago committed by GitHub
parent
commit
54bd8c7430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/ci-cd.yml

3
.github/workflows/ci-cd.yml

@ -5,6 +5,9 @@ name: "CI/CD"
on:
push:
branches: [master, cypress]
paths:
- "packages/nc-gui/**"
- "scripts/cypress/**"
pull_request:
branches: [master]
paths:

Loading…
Cancel
Save