Skip to content

Commit 0bd7a10

Browse files
committed
github actions
1 parent 386c737 commit 0bd7a10

File tree

5 files changed

+6
-539
lines changed

5 files changed

+6
-539
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Docker Image CI
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ "main" ]
5+
#push:
6+
# branches: [ "main" ]
77
pull_request:
88
branches: [ "main" ]
99

.github/workflows/build-windows-executable-app.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build executable for Windows
22
on:
3-
push:
4-
branches:
5-
- main
6-
- development
3+
#push:
4+
# branches:
5+
# - main
6+
# - development
77
pull_request:
88
branches: [ "main" ]
99
workflow_dispatch:

.github/workflows/build-windows-executable-app_temp.yaml

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)