Skip to content

Commit

Permalink
ci: Remove 2.0 branch from rules
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Nov 22, 2024
1 parent 68b1697 commit 0dfa099
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
push:
branches:
- 2.1
- 2.0
- main
pull_request:
branches:
- 2.1
- 2.0
- main

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/layouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
push:
branches:
- 2.1
- 2.0
- main
pull_request:
branches:
- 2.1
- 2.0
- main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy mdBook site to Pages

on:
push:
branches: ["2.1", "2.0"]
branches: ["2.1"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 0dfa099

Please sign in to comment.