Skip to content

Commit

Permalink
[TASK] Run workflows on 2.x branch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Dec 20, 2024
1 parent f4982db commit 3952f2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request: null
push:
branches:
- "main"
- "2.x"

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Docs
on:
push:
branches:
- "main"
- "2.x"

env:
Expand Down

0 comments on commit 3952f2b

Please sign in to comment.