Skip to content

Commit

Permalink
chore: run extra workflows on PR (#563)
Browse files Browse the repository at this point in the history
* chore: run extra workflows on PR

* fix: pull request workflows
  • Loading branch information
rolznz authored Aug 29, 2024
1 parent 30ced9b commit 50fa01e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/http.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: HTTP build - Linux and MacOS
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
workflow_call:
inputs:
build-release:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Wails build - all platforms

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]

workflow_call:
inputs:
Expand Down

0 comments on commit 50fa01e

Please sign in to comment.