Skip to content

Commit

Permalink
Merge pull request #1497 from tripal/tv4g4-issue1496-fix-old-workflow…
Browse files Browse the repository at this point in the history
…-versions

Tripal 4 issue1496 fix old workflow versions
  • Loading branch information
laceysanderson committed Apr 27, 2023
2 parents 9856746 + 860acc7 commit 8eabac9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ALL-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches-ignore:
- 9.x-4.x
- 4.x
pull_request:
types: [opened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D10_0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 10.0.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D9_3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.3.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D9_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.4.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D9_5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.5.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8_D9_2x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.2.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8_D9_3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.3.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8_D9_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.4.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8_D9_5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
push:
branches:
- 9.x-4.x
- 4.x

env:
DRUPALVER: 9.5.x-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR-branchNameCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- uses: deepakputhraya/action-branch-name@v1.0.0
with:
regex: 'tv4g[0-9]-(issue){0,1}\d+-{0,1}\w*' # Regex the branch should match.
ignore: 9.x-4.x,8.x-4.x # Ignore exactly matching branch names from convention
ignore: 4.x # Ignore exactly matching branch names from convention

0 comments on commit 8eabac9

Please sign in to comment.