Skip to content

Commit

Permalink
back to branch 6
Browse files Browse the repository at this point in the history
  • Loading branch information
eebssk1 committed Dec 5, 2024
1 parent d96afc4 commit b961932
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 @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ "6_b3" ]
branches: [ "6" ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
with:
allowUpdates: true
artifacts: "*.deb"
commit: 6_b3
commit: 6
makeLatest: false
tag: ${{ env.VER }}-${{ matrix.compiler }}-b3
tag: ${{ env.VER }}-${{ matrix.compiler }}

0 comments on commit b961932

Please sign in to comment.