Skip to content

Commit

Permalink
chore: Update CI branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jul 21, 2023
1 parent 9b456d4 commit ea88cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- master # triggers on pushes that contain changes in master
- develop # triggers on pushes that contain changes in develop

jobs:
Build:
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [ linux ]
build: [linux]
include:
- build: linux
os: ubuntu-latest
Expand All @@ -41,4 +41,4 @@ jobs:

- name: Test aggregator
if: github.ref == 'refs/heads/master'
run: cargo test --all
run: cargo test --all

0 comments on commit ea88cbb

Please sign in to comment.