Skip to content

Commit

Permalink
ci: delete 3.x branch from all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Feb 17, 2025
1 parent fb3093f commit a789822
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: E2E Test
on:
pull_request_target:
branches:
- 3.x
- 4.x
paths-ignore:
- "**.md"
push:
branches:
- 3.x
- 4.x
paths-ignore:
- "**.md"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build Images
on:
push:
branches:
- 3.x
- 4.x
paths-ignore:
- "**.md"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/jbang-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: JBang Test
on:
push:
branches:
- 3.x
- 4.x
paths-ignore:
- "**.md"
Expand Down

0 comments on commit a789822

Please sign in to comment.