Skip to content

Commit

Permalink
Fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Apr 22, 2024
1 parent 76ec3ee commit 5b2a54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build CI multiplatform

on:
push:
branches: [ feat/x-compliance, '**-release' ]
branches: [ develop, '**-release' ]
workflow_dispatch:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Deb

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

0 comments on commit 5b2a54a

Please sign in to comment.