Skip to content

Commit

Permalink
Reduce unnecessary workflow triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-jfitzger committed Apr 28, 2024
1 parent 3b9f060 commit 6042434
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github_actions_aws_rhel_python64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
- releases/*
paths-ignore:
- CHANGELOG.md
- CONTRIBUTING.md
- .gitattributes
- LICENSE
- VERSION
paths:
- .github/workflows/github_actions_aws_rhel_python64.yml
- .github/actions/linux
- src
- generated
- tools
types:
- opened
- synchronize
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/github_actions_aws_windows_python32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
- releases/*
paths-ignore:
- CHANGELOG.md
- CONTRIBUTING.md
- .gitattributes
- LICENSE
- VERSION
paths:
- .github/workflows/github_actions_aws_windows_python32.yml
- .github/actions/windows
- src
- generated
- tools
types:
- opened
- synchronize
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/github_actions_aws_windows_python64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
- releases/*
paths-ignore:
- CHANGELOG.md
- CONTRIBUTING.md
- .gitattributes
- LICENSE
- VERSION
paths:
- .github/workflows/github_actions_aws_windows_python64.yml
- .github/actions/windows
- src
- generated
- tools
types:
- opened
- synchronize
Expand Down

0 comments on commit 6042434

Please sign in to comment.