Skip to content

Commit 19ef4e5

Browse files
committed
CI: run build-app.yml/build-toolbox.yml on PRs
Previously those workflows only ran on commits to master. Now they run also on the PRs.
1 parent 5d64540 commit 19ef4e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
pull_request:
78

89
permissions:
910
contents: read

.github/workflows/build-toolbox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
pull_request:
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)