Skip to content

Commit

Permalink
ci: fix workflow for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
brianphillips committed Jul 12, 2022
1 parent af3f65a commit f3ebca6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Node.js CI

on:
push:
branches: [ main ]
branches:
- main
- alpha
- beta
pull_request:
branches: [ main ]
branches:
- main
- alpha
- beta

jobs:
build:
Expand Down Expand Up @@ -36,6 +42,8 @@ jobs:
if: always()
run: docker-compose -f "docker-compose.yml" down
publish:
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f3ebca6

Please sign in to comment.