modify actions to work on test branch

This commit is contained in:
naturecodevoid
2023-02-21 12:24:25 -08:00
parent 173c585f2d
commit e59fb15926

View File

@@ -2,7 +2,7 @@ name: Nightly SideStore build
on: on:
push: push:
branches: branches:
- develop - actions-improvements
jobs: jobs:
build: build:
@@ -73,7 +73,7 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
release: "Nightly" release: "Nightly"
tag: "nightly" tag: "nightly-test"
prerelease: true prerelease: true
files: SideStore.ipa files: SideStore.ipa
body: | body: |