Skip to content

Commit

Permalink
Test integration on feature branch #70
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Oct 25, 2023
1 parent 5bec429 commit fea9215
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build 🏭 integrate ⛙ zip 🗜️

on:
push:
branches: [main]
branches: [feature/70-integrate-webapp-schulverwaltung]

jobs:
build:
Expand Down Expand Up @@ -62,10 +62,11 @@ jobs:
- name: Commit and push to evento-portal
run: |
cd ./evento-portal
git co feature/70-integrate-webapp-schulverwaltung
git add .
git status
git commit -m "Add webapp-schulverwaltung build #${{ env.GITHUB_SHA }}"
git push
# git push
zip:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fea9215

Please sign in to comment.