Skip to content

Commit 94e0de0

Browse files
authored
chore: revert #236 pr (#252)
1 parent 3a5f128 commit 94e0de0

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/action-docker-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: action-test (docker version)
2-
on:
3-
pull_request:
4-
merge_group:
2+
on: [push]
53
jobs:
64
build-dev-image:
75
name: build dev image

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: lint
2-
on:
3-
pull_request:
4-
merge_group:
2+
on: [push]
53
jobs:
64
lint:
75
name: lint

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: test
2-
on:
3-
pull_request:
4-
merge_group:
2+
on: [push]
53
permissions:
64
contents: write
75
pull-requests: write

0 commit comments

Comments
 (0)