We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9546c commit 828c2f8Copy full SHA for 828c2f8
.github/workflows/build.yml
@@ -3,6 +3,10 @@ name: Build packages
3
# This workflow runs when any of the following occur:
4
# - Run manually
5
on:
6
+ pull_request:
7
+ # Sequence of patterns matched against refs/heads
8
+ branches:
9
+ - 'ci/*'
10
workflow_dispatch:
11
inputs:
12
revision:
0 commit comments