Skip to content

Commit

Permalink
perf(ci): remove absolute branch hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Sep 17, 2021
1 parent 0f39d54 commit adc08f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- refactor/monorepo

jobs:
deploy_live_website:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI

on:
push:
branches: [ main, refactor/monorepo ]
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit adc08f8

Please sign in to comment.