Skip to content

Commit

Permalink
ci: version branch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Sep 17, 2023
1 parent 12e3733 commit 858a8e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Pre-merge Checks
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches-ignore: [ 'version-*' ]

concurrency:
group: ci-${{ github.ref }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}


concurrency:
group: production-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: Build Website
Expand Down
2 changes: 1 addition & 1 deletion versionsOverride.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"version": "3.4.x",
"banner": "none",
"label": "v3.4.x and prior"
"label": "3.4.x and prior"
}
]

0 comments on commit 858a8e3

Please sign in to comment.