Skip to content

Commit

Permalink
Enable commit and push on main branch #70
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Oct 25, 2023
1 parent 19835d9 commit f1dfbbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildIntegrateDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build 🏭 integrate ⛙ deploy 🚀

on:
push:
# branches: [main]
branches: [main]
#pull_request:
# branches: [ main ]

Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
cd ./evento-portal
git add .
git status
# git commit -m "Add new webapp-schulverwaltung build #${{ env.GITHUB_SHA }}"
# git push
git commit -m "Add new webapp-schulverwaltung build #${{ env.GITHUB_SHA }}"
git push
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1dfbbf

Please sign in to comment.