Skip to content

Commit

Permalink
Flip order
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Oct 2, 2024
1 parent 9a3c634 commit 6f24254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
branches: [ "main" ]
paths:
- '**'
- '.github/workflows/ci.yml'
- '!.github/**'
- '.github/workflows/ci.yml'
tags: [ "v*" ]

pull_request:
paths:
- '**'
- '.github/workflows/ci.yml'
- '!.github/**'
- '.github/workflows/ci.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 6f24254

Please sign in to comment.