Skip to content

Commit 206216b

Browse files
committed
Actual trigger
1 parent 6b0ad5a commit 206216b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-and-sign-image.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
name: Build and sign image
44

55
on:
6-
# pull_request:
7-
# types:
8-
# - closed
9-
# branches:
10-
# - "main"
11-
#
12-
push:
6+
pull_request:
7+
types:
8+
- closed
139
branches:
14-
- "trigger-image-build-and-push-1"
10+
- "main"
11+
12+
# push:
13+
# branches:
14+
# - "trigger-image-build-and-push-1"
1515

1616
env:
1717
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)