Skip to content

Commit 0f16066

Browse files
committed
ci: trigger builds on push no matter the branch
1 parent 52becc3 commit 0f16066

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build_documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build documentation
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- doc-builder*
8-
- v*-release
9-
- v*-patch
5+
# branches:
6+
# - main
7+
# - doc-builder*
8+
# - v*-release
9+
# - v*-patch
1010

1111
jobs:
1212
build:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
branches:
66
- main
77
push:
8-
branches:
9-
- main
10-
- ci-*
8+
# branches:
9+
# - main
10+
# - ci-*
1111

1212
env:
1313
HF_ALLOW_CODE_EVAL: 1

0 commit comments

Comments
 (0)