Voer workflow uit bij iedere push
This commit is contained in:
parent
3d7e66a80b
commit
25c54fa84f
2
.github/workflows/build-website.yml
vendored
2
.github/workflows/build-website.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Build website
|
name: Build website
|
||||||
run-name: ${{ github.actor }} has initiated the build process 🚀
|
run-name: ${{ github.actor }} has initiated the build process 🚀
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
push
|
||||||
jobs:
|
jobs:
|
||||||
Start-Website-Build:
|
Start-Website-Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Reference in a new issue