perf(ci): remove absolute branch hooks

This commit is contained in:
liyasthomas
2021-09-17 15:20:30 +05:30
parent 0f39d54c3c
commit adc08f8865
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- main - main
- refactor/monorepo
jobs: jobs:
deploy_live_website: deploy_live_website:

View File

@@ -2,7 +2,7 @@ name: Node.js CI
on: on:
push: push:
branches: [ main, refactor/monorepo ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]