run ci for v1

This commit is contained in:
Sina Atalay 2024-02-09 00:52:46 +01:00 committed by GitHub
parent 246213aaf2
commit 98365d0605
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: ["main"] branches: ["main", "v1"]
pull_request: pull_request:
branches: ["main"] branches: ["main", "v1"]
release: release:
types: ["published"] types: ["published"]