Skip to content

Commit

Permalink
Run CI action when changed
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Oct 2, 2024
1 parent 1f3333c commit eba30e1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ name: CI
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '.github/**'
paths:
- '**'
- '!docs/**'
- '!.github/**'
- '.github/workflows/ci.yml'
tags: [ "v*" ]

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

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

0 comments on commit eba30e1

Please sign in to comment.