Skip to content

Commit

Permalink
don't run CI twice on pushes to main (#35)
Browse files Browse the repository at this point in the history
* don't run CI twice on pushes to main

* Update CI.yml
  • Loading branch information
simeonschaub authored Nov 8, 2024
1 parent eec2cd9 commit 136d1b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI
on:
push:
branches:
- main
tags: ['*']
pull_request:
merge_group:
Expand All @@ -13,7 +11,7 @@ concurrency:
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 136d1b1

Please sign in to comment.