Skip to content

Commit afd5fec

Browse files
committed
Updating CI/CD workflows for version release
Signed-off-by: S3B4SZ17 <[email protected]>
1 parent 8b9f672 commit afd5fec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ on:
44
push:
55
branches:
66
- main
7-
- feat/*
87
paths:
98
- pyproject.toml
109
workflow_dispatch:
1110

1211

1312
jobs:
14-
13+
tests:
14+
permissions:
15+
checks: write
16+
pull-requests: write
17+
contents: write
18+
uses: ./.github/workflows/test.yaml
19+
secrets: inherit
1520
push_to_registry:
1621
name: Push Docker image to GitHub Packages
1722
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)