diff options
author | zeldakatze <coffee@zeldakatze.de> | 2025-05-20 09:56:54 +0200 |
---|---|---|
committer | zeldakatze <coffee@zeldakatze.de> | 2025-05-20 10:23:03 +0200 |
commit | f649eac648acac96b37e820c1c5de02b9241c59d (patch) | |
tree | 280b2aebebe1d10c862f5786011078372e09fb41 /.github | |
parent | 0394f72f780628599598cbe476942f8572be1524 (diff) | |
download | se25-assignment03-feature/fix-test.tar.gz se25-assignment03-feature/fix-test.zip |
add branch to ci; add gitlab cifeature/fix-test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e79cb4a..84b2ac6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build CampusCoffee on: push: - branches: [ "main" ] + branches: [ "main", "feature/*" ] pull_request: branches: [ "main" ] |