We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f52da commit aef7695Copy full SHA for aef7695
.github/workflows/ci.yaml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- main
7
+ pull_request:
8
+ types:
9
+ - opened
10
+ - synchronize
11
workflow_dispatch:
12
inputs:
13
tmate_debug:
0 commit comments