Skip to content

Commit

Permalink
ci: enable support builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Apr 15, 2024
1 parent e8382c9 commit 0391915
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: build_jdk11
on:
pull_request:
branches:
- main
- support/3.0.0
paths-ignore:
- '**.adoc'
- '**.md'
Expand All @@ -29,7 +29,7 @@ on:
- 'NOTICE'
push:
branches:
- main
- support/3.0.0
paths-ignore:
- '**.adoc'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: build_jdk17
on:
pull_request:
branches:
- main
- support/3.0.0
paths-ignore:
- '**.adoc'
- '**.md'
Expand All @@ -29,7 +29,7 @@ on:
- 'NOTICE'
push:
branches:
- main
- support/3.0.0
paths-ignore:
- '**.adoc'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ on:
workflow_dispatch:
push:
branches:
- main
- support/3.0.0
paths:
- '.github/project.yml'

jobs:
release:
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/main' && github.repository == 'citrusframework/citrus'
if: github.ref == 'refs/heads/support/3.0.0' && github.repository == 'citrusframework/citrus'

steps:
- name: Checkout code
Expand Down

0 comments on commit 0391915

Please sign in to comment.