chore: enable wp #4

Merged
xoxys merged 2 commits from add-wp into master 2023-12-07 15:04:32 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 932f39a3a0 - Show all commits

View File

@ -1,4 +1,10 @@
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
demo:
image: "alpine"

View File

@ -1,4 +1,10 @@
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
test_1:
image: "alpine"