Skip to content

Commit 064a1f4

Browse files
authored
Update CICD.yaml
1 parent 3d63b9d commit 064a1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
push:
1111
branches:
12-
- master
12+
- main
1313
tags:
1414
- '*'
1515

@@ -369,4 +369,4 @@ jobs:
369369
${{ steps.package.outputs.PKG_PATH }}
370370
${{ steps.debian-package.outputs.DPKG_PATH }}
371371
env:
372-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
372+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)