Skip to content

Commit 093281e

Browse files
committed
ci: do not run on push
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent d7f2099 commit 093281e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: build
33
on:
44
workflow_dispatch:
55
pull_request:
6-
push:
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: check
33
on:
44
workflow_dispatch:
55
pull_request:
6-
push:
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/templates.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: templates
33
on:
44
workflow_dispatch:
55
pull_request:
6-
push:
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)