Skip to content

Commit

Permalink
adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Feb 3, 2024
1 parent 5f22743 commit 65f3fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Debian Package

on:
push:
branches: [ "main" ]
branches: [ "test-timing-pvcreate" ]

jobs:
deb-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: "test-timing-pvcreate-workflow"
prerelease: true
name: "Continuous Build"
name: "Test timing"
files: |
/__w/Albius/albius.deb

0 comments on commit 65f3fb7

Please sign in to comment.