diff --git a/.gitea/workflows/build_ci.yml b/.gitea/workflows/build_ci.yml index e07db61..5af615d 100644 --- a/.gitea/workflows/build_ci.yml +++ b/.gitea/workflows/build_ci.yml @@ -5,8 +5,13 @@ name: ci on: - release: - - 'publised' + push: + # Sequence of patterns matched against refs/heads + # branches: + # - 'main' + # Sequence of patterns matched against refs/tags + tags: + - '*' # push: # branches: # - 'main'