Skip to content

Commit 227d738

Browse files
committed
Trigger GitHub Actions (build) for PRs
1 parent 4712285 commit 227d738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

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

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

55
jobs:
66
build_docker:

.github/workflows/macos.yml

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

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

55
jobs:
66
build_macos:

0 commit comments

Comments
 (0)