Browse Source

chore: enable CI/CD action for all branches

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/1024/head
Pranav C 3 years ago
parent
commit
d2cbffd271
  1. 1
      .github/workflows/ci-cd.yml

1
.github/workflows/ci-cd.yml

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

Loading…
Cancel
Save