Skip to content

Commit

Permalink
Revert "meta: enable CI on 4.x branch"
Browse files Browse the repository at this point in the history
This reverts commit b4474f0.
  • Loading branch information
aduh95 committed Jul 10, 2024
1 parent 431460d commit 1b059ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test different bundlers with Uppy

on:
push:
branches: [main, 4.x]
branches: [main]
pull_request:
# We want all branches so we configure types to be the GH default again
types: [opened, synchronize, reopened]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main, 4.x]
branches: [main]
paths-ignore:
- '**.md'
- 'assets/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/companion.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Companion
on:
push:
branches: [main, 4.x]
branches: [main]
paths:
- yarn.lock
- 'packages/@uppy/companion/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: End-to-end tests
on:
push:
branches: [main, 4.x]
branches: [main]
paths-ignore:
- '**.md'
- '**.d.ts'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linters

on:
push:
branches: [main, 4.x]
branches: [main]
paths-ignore:
- '.github/**'
- '!.github/workflows/linters.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockfile_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lockfile checks

on:
push:
branches: [main, 4.x]
branches: [main]
paths:
- yarn.lock
pull_request:
Expand Down

0 comments on commit 1b059ff

Please sign in to comment.