Skip to content

Commit

Permalink
refactor: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkySnow committed Apr 11, 2024
1 parent b5b3b2d commit 814cce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-ci-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Build CI multiplatform

on:
push:
tags:
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches: [ feat/x-compliance, '**-release' ]
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}


jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build Deb

on:
push:
tags:
- "*"
branches: [ feat/x-compliance, '**-release' ]
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
build-deb:
Expand Down

0 comments on commit 814cce7

Please sign in to comment.