Skip to content

Commit ad50554

Browse files
committed
Simplify workflow trigger configuration in build-pi-image.yml
1 parent 1dc68a4 commit ad50554

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-pi-image.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
name: Build Bitbot Pi Image
55

6-
on:
7-
workflow_dispatch:
8-
push:
9-
branches: [ main ]
6+
on: [push]
7+
# on:
8+
# workflow_dispatch:
9+
# push:
10+
# branches: [ main ]
1011

1112
jobs:
1213
build-pi-image:

0 commit comments

Comments
 (0)