Skip to content

Commit b31e549

Browse files
committed
Trigger the Dockerfile test on pull_request event as well
x
1 parent c8780e2 commit b31e549

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-and-test-dev-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build and test --dev image
2-
on: [push]
2+
3+
on: [push, pull_request]
34

45
env:
56
APP_NAME: devrails

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
permissions:
66
contents: read

0 commit comments

Comments
 (0)