fix ci restrictions

This commit is contained in:
Robert Kaussow 2023-07-25 22:41:38 +02:00
parent 700f1e251a
commit 2113f30939
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
when:
- ref: refs/heads/${CI_REPO_DEFAULT_BRANCH}
- ref: refs/heads/main
- ref: refs/tags/**
- ref: refs/pull/**

View File

@ -1,6 +1,6 @@
---
when:
- ref: refs/heads/${CI_REPO_DEFAULT_BRANCH}
- ref: refs/heads/main
- ref: refs/tags/**
steps:

View File

@ -1,6 +1,6 @@
---
when:
- ref: refs/heads/${CI_REPO_DEFAULT_BRANCH}
- ref: refs/heads/main
- ref: refs/tags/**
- ref: refs/pull/**

View File

@ -1,6 +1,6 @@
---
when:
- ref: refs/heads/${CI_REPO_DEFAULT_BRANCH}
- ref: refs/heads/main
- ref: refs/tags/**
- ref: refs/pull/**