Skip to content

Commit

Permalink
Add branch names to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anticitizn committed May 2, 2023
1 parent f63bcf9 commit a29f058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Linux Build
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches:
- master

jobs:
build_and_release:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Windows Build
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches:
- windows

jobs:
build_and_release:
Expand Down

0 comments on commit a29f058

Please sign in to comment.