Skip to content

Commit

Permalink
Add '.github/**' to paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zedifen committed Aug 13, 2023
1 parent 08103bd commit e6d3d91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mac-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.github/**'
- '!.github/workflows/mac-cross.yml'
pull_request:
branches: [ "dev", "main" ]
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.github/**'
- '!.github/workflows/mac-cross.yml'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit e6d3d91

Please sign in to comment.