Skip to content

Commit

Permalink
Merge pull request #12 from FlaUI/build-pull-requests
Browse files Browse the repository at this point in the history
Run build on pull requests
  • Loading branch information
aristotelos authored Apr 8, 2024
2 parents 3e4f126 + 483f48a commit d032572
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: build

on:
push:
tags:
- "*"
branches:
- "main"
pull_request:

jobs:
build:
Expand Down Expand Up @@ -49,4 +54,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 d032572

Please sign in to comment.