Skip to content

Commit 6fddaeb

Browse files
authored
Update build.yml
Commit 71a5ceb removed `pull_request` from the build workflow, but that should not have been done.
1 parent 3e4f126 commit 6fddaeb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

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

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
build:
@@ -49,4 +50,4 @@ jobs:
4950
uses: softprops/action-gh-release@v2
5051
if: startsWith(github.ref, 'refs/tags/')
5152
with:
52-
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*
53+
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*

0 commit comments

Comments
 (0)