We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e4f126 + 483f48a commit d032572Copy full SHA for d032572
1 file changed
.github/workflows/build.yml
@@ -2,6 +2,11 @@ name: build
2
3
on:
4
push:
5
+ tags:
6
+ - "*"
7
+ branches:
8
+ - "main"
9
+ pull_request:
10
11
jobs:
12
build:
@@ -49,4 +54,4 @@ jobs:
49
54
uses: softprops/action-gh-release@v2
50
55
if: startsWith(github.ref, 'refs/tags/')
51
56
with:
52
- files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*
57
+ files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*
0 commit comments