Skip to content

Commit

Permalink
gha: specify paths that trigger windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and praveenkumar committed Mar 26, 2024
1 parent c3d38f5 commit 37b3ee1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/windows-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ on:
push:
branches:
- "main"
pull_request: {}
paths-ignore:
- 'docs/**'
- 'images/docs-builder/**'
- '*.adoc'
pull_request:
paths-ignore:
- 'docs/**'
- 'images/docs-builder/**'
- '*.adoc'

env:
IMAGE_NAME_E2E: crc-e2e
Expand Down

0 comments on commit 37b3ee1

Please sign in to comment.