Skip to content

Commit

Permalink
Don't run CI on push to branch (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 22, 2021
1 parent 2ee4422 commit 2f1341d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
@@ -1,7 +1,11 @@
name: CI
on:
- push
- pull_request
push:
branches:
- master
- release-*
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 2f1341d

Please sign in to comment.