We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b53336 commit 9a2c904Copy full SHA for 9a2c904
.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