Skip to content

Commit

Permalink
Reactivate CI for 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Apr 26, 2024
1 parent 1843666 commit fbdede6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/backport.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build
on:
push:
branches:
- main
- 8.x
pull_request:
branches:
- main
- 8.x
workflow_call:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*'
- 'v8.*'
- '!v0.*'

jobs:
Expand Down

0 comments on commit fbdede6

Please sign in to comment.