Skip to content

Commit cd43172

Browse files
ci: run CI on PRs
1 parent 253e236 commit cd43172

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ghcr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build and publish Docker image
22

33
on:
4-
workflow_dispatch:
4+
release:
5+
types: [published]
56
schedule:
67
- cron: "0 0 * * 0"
8+
pull_request:
79
push:
810
branches:
911
- master

0 commit comments

Comments
 (0)