Voer workflow uit bij iedere push

This commit is contained in:
Michael Boelen 2023-05-04 19:30:47 +02:00
parent 3d7e66a80b
commit 25c54fa84f

View file

@ -1,7 +1,7 @@
name: Build website
run-name: ${{ github.actor }} has initiated the build process 🚀
on:
workflow_dispatch
push
jobs:
Start-Website-Build:
runs-on: ubuntu-latest