Skip to content

Commit

Permalink
reduce triggers for pr workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-jfitzger committed Apr 27, 2024
1 parent f8d766d commit 992125d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 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
24 changes: 12 additions & 12 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 All @@ -23,12 +23,12 @@ on:
push:
branches:
- master
paths-ignore:
- CHANGELOG.md
- CONTRIBUTING.md
- .gitattributes
- LICENSE
- VERSION
paths:
- .github/workflows/github_actions_aws_windows_python64.yml
- .github/actions/windows
- src
- generated
- tools

# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
Expand Down

0 comments on commit 992125d

Please sign in to comment.