Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Commit 71a5ceb removed `pull_request` from the build workflow, but that should not have been done.
  • Loading branch information
aristotelos authored Apr 8, 2024
1 parent 3e4f126 commit 6fddaeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build

on:
push:
pull_request:

jobs:
build:
Expand Down Expand Up @@ -49,4 +50,4 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*

0 comments on commit 6fddaeb

Please sign in to comment.