Skip to content

Commit

Permalink
build: build master* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 authored Jan 14, 2022
1 parent e95b1fc commit feea365
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Continuous Integration
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
# See: https://gh.neting.ccmunity/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012
push:
branches:
- master
- master*
pull_request:
branches:
- master
- master*
jobs:
full_build:
name: Full Build (node ${{ matrix.node_version }})
Expand Down

0 comments on commit feea365

Please sign in to comment.