Skip to content

Commit 828c2f8

Browse files
committed
Add tests to the packages building process (#132)
Runs the workflow on pull request changes
1 parent bc9546c commit 828c2f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Build packages
33
# This workflow runs when any of the following occur:
44
# - Run manually
55
on:
6+
pull_request:
7+
# Sequence of patterns matched against refs/heads
8+
branches:
9+
- 'ci/*'
610
workflow_dispatch:
711
inputs:
812
revision:

0 commit comments

Comments
 (0)