We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c6b89 commit b1d68e2Copy full SHA for b1d68e2
.github/workflows/ci_cd.yml
@@ -2,6 +2,10 @@ name: CI/CD
2
on:
3
pull_request:
4
push:
5
+ tags:
6
+ - "*"
7
+ branches:
8
+ - main
9
10
env:
11
MAIN_PYTHON_VERSION: '3.12'
0 commit comments