Skip to content

Commit 81897c0

Browse files
committed
ci: update workflow trigger to pull_request for building DevContainer images
1 parent b8903f5 commit 81897c0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: Build and Push DevContainer Images
22

33
on:
4-
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- main
7+
types:
8+
- opened
9+
- reopened
10+
- synchronize
11+
paths:
12+
- "./dockerfiles/**"
513

614
jobs:
715
detect-changes:

0 commit comments

Comments
 (0)