diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index b9da317..c37325e 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -1,9 +1,11 @@ name: CI for Windows on: - pull_request: push: - branches: [main] + branches: + - '*' + tags: + - '' jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 033c14f..abb37e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,11 @@ name: CI on: - pull_request: push: - branches: [main] + branches: + - '*' + tags: + - '' jobs: