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 c5d766b commit dc92e2dCopy full SHA for dc92e2d
.github/workflows/Test.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
- #tags: ["*"] #uncomment the line if you want to run the workflow only when a new tag is pushed
+ tags: ["*"]
8
+ pull_request:
9
workflow_dispatch:
10
11
jobs:
0 commit comments