Skip to content

Commit

Permalink
Enable github workflow tests on 'OVIS-4.x.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
narategithub committed Jan 15, 2024
1 parent 336c183 commit 4c47d98
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/4.3.3-compat-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ddebug-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu-22.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldms-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/space-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Space Check

on:
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
space_check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-make-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
branches: [ 'OVIS-4**' ]

jobs:
build:
Expand Down

0 comments on commit 4c47d98

Please sign in to comment.