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 Jul 18, 2024
1 parent 4371c1d commit 8aab66c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: build

on:
push:
branches: [ "main" ]
branches: [ "fix-initramfs-keyboard-hacky" ]


jobs:
build:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -33,8 +34,8 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "continuous"
tag_name: "fix-initramfs-keyboard-workflow"
prerelease: true
name: "Continuous Build"
name: "Fix Initramfs Keyboard"
files: |
/__w/vanilla-installer/vanilla-installer.deb

0 comments on commit 8aab66c

Please sign in to comment.