Skip to content

Commit

Permalink
ghactions: Stop testing 'old-main'
Browse files Browse the repository at this point in the history
'main' has no significant issues, we don't need to keep testing the
older code.
  • Loading branch information
cfergeau authored and praveenkumar committed Mar 23, 2023
1 parent 10df47f commit a4c1220
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "old-main"
pull_request: {}
workflow_dispatch:
inputs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/make-check-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "old-main"
pull_request: {}
jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "old-main"
pull_request: {}
jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/make-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "old-main"
pull_request: {}
jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "old-main"
pull_request: {}
jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "old-main"
pull_request: {}
jobs:
build:
Expand Down

0 comments on commit a4c1220

Please sign in to comment.