Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix merge queue - Remove branch specifications #4397

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- FabricExample/package.json
- FabricExample/android/**
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- scripts/reanimated_utils.rb
- android/build.gradle
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- 'Common/**'
- package.json
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- 'FabricExample/package.json'
- 'Example/package.json'
merge_group:
branches:
- main
push:
branches:
- main

env:
REACT_NATIVE_VERSION: "0.71.6"
REACT_NATIVE_VERSION: '0.71.6'

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- '.github/workflows/docs-check.yml'
- 'docs/**'
merge_group:
branches:
- main

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
- FabricExample/package.json
- FabricExample/ios/**
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/static-example-apps-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- 'TVOSExample/**'
- '*'
merge_group:
branches:
- main
push:
branches:
- main
Expand All @@ -20,7 +18,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
working-directory: [app, Example, FabricExample, WebExample, TVOSExample]
working-directory:
[app, Example, FabricExample, WebExample, TVOSExample]
concurrency:
group: typescript-${{ matrix.working-directory }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/static-root-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- 'src/**'
- '*'
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tvos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
- 'TVOSExample/package.json'
- 'TVOSExample/ios/**'
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ on:
- 'ios/native/**'
- 'android/src/main/cpp/**'
merge_group:
branches:
- main

jobs:
lint:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
- 'package.json'
- 'scripts/validate-ios.sh'
merge_group:
branches:
- main

jobs:
check:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- 'android/src/main/java/**'
- 'android/build.gradle'
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
- '.github/workflows/validate-plugin.yml'
- 'plugin/**'
merge_group:
branches:
- main
push:
branches:
- main
Expand Down