Skip to content

Commit

Permalink
ci: Add branch 2.2
Browse files Browse the repository at this point in the history
In preparation for 2.2.1 release
  • Loading branch information
iamsergio committed Dec 24, 2024
1 parent b12469d commit d84cace
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ on:

branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/external-3rdparty-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flutter-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flutter-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/layouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ name: pre-commit
on:
pull_request:
push:
branches: [main, 2.1]
branches:
- main
- 2.2

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
2 changes: 2 additions & 0 deletions .github/workflows/valgrind-leakcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
- .github/workflows/create_release.yml
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down

0 comments on commit d84cace

Please sign in to comment.