Skip to content

Commit

Permalink
Merge pull request #1306 from tediousjs/arthur/enable-semantic-releas…
Browse files Browse the repository at this point in the history
…e-more-branches

ci: enable GitHub Actions workflow for more branches
  • Loading branch information
arthurschreiber committed Aug 1, 2021
2 parents 54c141a + 61a7267 commit 3fa7d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Node CI

on:
push:
branches: [ master ]
branches: [ "master", "alpha", "beta", "*.x" ]

pull_request:
branches: [ master ]
branches: [ "master", "alpha", "beta", "*.x" ]

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3fa7d87

Please sign in to comment.