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 298e534 commit f8ccb25Copy full SHA for f8ccb25
.github/workflows/ci-pr.yml
@@ -3,6 +3,7 @@ name: CI (PR)
3
4
# Definition when the workflow should run
5
on:
6
+ workflow_dispatch:
7
pull_request:
8
types: [opened, synchronize, reopened]
9
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ name: CI
push:
branches:
- master
10
paths-ignore:
.github/workflows/packaging.yml
@@ -3,6 +3,7 @@ name: Packaging
release:
types: [released]
0 commit comments