diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c08ede..f2c419b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: push: tags: - 'v*' + create: + tags: - nightly pull_request: branches: ["main" ]