Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner authored Jan 8, 2024
1 parent 1f9d4ae commit a007e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Automated Builds
on:
push:
branches:
- main
- master
tags:
# Run when pushing version tags, since otherwise it's impossible to
# restart a successful build after pushing a tag
- '*.*.*'
pull_request:
branches:
- main
- master

defaults:
run:
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ env.ARCHIVE_NAME }}
path: ${{ env.ARCHIVE_NAME }}
path: ${{ env.ARCHIVE_NAME }}

0 comments on commit a007e01

Please sign in to comment.