Skip to content

Commit

Permalink
Fix branches filter formatting to make it consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD committed Aug 9, 2024
1 parent 9b214d8 commit 89e47b2
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '!apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
- '[0-9][0-9]_[0-9]'

env:
NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '!apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
- '[0-9][0-9]_[0-9]'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '!apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
- '[0-9][0-9]_[0-9]'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '!apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
- '[0-9][0-9]_[0-9]'
workflow_dispatch:

env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
MAX_LENGTH: 170
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/playgrounds_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/qunit_tests-additional-renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/qunit_tests-renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/themebuilder_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ts_declarations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

jobs:
check-ts-bundle:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wrapper_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- '**'
- '!apps/**/*.md'
push:
branches: [24_2]
branches:
- '24_2'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
Expand Down

0 comments on commit 89e47b2

Please sign in to comment.