Skip to content

Commit

Permalink
CI: Allow workflows running on pull request to run for any target bra…
Browse files Browse the repository at this point in the history
…nch (#3722)
  • Loading branch information
echoix committed May 20, 2024
1 parent c189b1f commit 6980b8a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/additional_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/create_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
tags:
- '**'
pull_request:
branches:
- main
- releasebranch_*
paths:
- .github/**
- utils/**
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*
env:
CACHE_NUMBER: 0
concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:

jobs:
pytest:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*
- '*'

jobs:
ubuntu:
Expand Down

0 comments on commit 6980b8a

Please sign in to comment.