Skip to content

Commit

Permalink
adds workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Aug 1, 2024
1 parent fa37f7c commit 9a4f3b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [ "main" ]
branches: [ "fix-wifi-crash" ]

jobs:
build:
Expand Down Expand Up @@ -33,8 +33,8 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "continuous"
tag_name: "vwifi-crash"
prerelease: true
name: "Continuous Build"
name: "Wifi Crash"
files: |
/__w/vanilla-installer/vanilla-installer.deb

0 comments on commit 9a4f3b8

Please sign in to comment.