We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7cc43 commit fce9128Copy full SHA for fce9128
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ name: Test all binaries
12
# Controls when the action will run. Triggers the workflow on:
13
# * push on any branch.
14
# * tag creation for tags beginning with a 'v'
15
+# * pull requests
16
on:
17
push:
18
branches: ["master"]
@@ -22,8 +23,9 @@ on:
22
23
- aif32/**
24
- aif64/**
25
- tests/**
- # Pull request events happen on pull request state transitions, so we probably don't want this here.
26
+
27
pull_request:
28
+ types: [opened, reopened, synchronize]
29
branches: ["*"]
30
31
concurrency:
0 commit comments