Skip to content

Commit d032572

Browse files
authored
Merge pull request #12 from FlaUI/build-pull-requests
Run build on pull requests
2 parents 3e4f126 + 483f48a commit d032572

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: build
22

33
on:
44
push:
5+
tags:
6+
- "*"
7+
branches:
8+
- "main"
9+
pull_request:
510

611
jobs:
712
build:
@@ -49,4 +54,4 @@ jobs:
4954
uses: softprops/action-gh-release@v2
5055
if: startsWith(github.ref, 'refs/tags/')
5156
with:
52-
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*
57+
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*

0 commit comments

Comments
 (0)