Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit a1e9093

Browse files
Disable in the UI not in code
1 parent 12b8dc7 commit a1e9093

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/build-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Build & test
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - trunk
7-
# pull_request:
8-
# branches:
9-
# - trunk
3+
on:
4+
push:
5+
branches:
6+
- trunk
7+
pull_request:
8+
branches:
9+
- trunk
1010

1111
jobs:
1212
build-and-test:

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploys
22

3-
#on:
4-
# push:
5-
# branches:
6-
# - trunk
3+
on:
4+
push:
5+
branches:
6+
- trunk
77

88
jobs:
99
deploy:

.github/workflows/test-video.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Test video files
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - trunk
7-
# pull_request:
8-
# branches:
9-
# - trunk
3+
on:
4+
push:
5+
branches:
6+
- trunk
7+
pull_request:
8+
branches:
9+
- trunk
1010

1111
jobs:
1212
build-and-test:

0 commit comments

Comments
 (0)