Skip to content

Commit

Permalink
Update CI-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Feb 5, 2025
1 parent 9ea5911 commit 30b05fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: CI-trigger
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'

on:
pull_request:
paths-ignore:
- '.github/**'
- '**.md'
push:
branches:
- 'v[0-9].[0-9x]+.?[0-9xy]?[0-9]?'
paths-ignore:
- '.github/**'
- '**.md'
Expand Down

0 comments on commit 30b05fd

Please sign in to comment.