0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00

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: when:
- ref: refs/heads/${CI_REPO_DEFAULT_BRANCH} - ref: refs/heads/main
- ref: refs/tags/** - ref: refs/tags/**
- ref: refs/pull/** - ref: refs/pull/**

View File

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

View File

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

View File

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