We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa605d6 commit 686ded9Copy full SHA for 686ded9
.github/workflows/commit-ci.yml
@@ -1,9 +1,10 @@
1
name: Commit CI
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
- - '!master'
7
+ - '*'
8
tags:
9
- '![0-9]+.*'
10
pull_request:
0 commit comments