ci: trigger workflow only on push only on main (#166)

This commit is contained in:
Marco Pasqualetti
2024-11-26 21:49:14 +01:00
committed by GitHub
parent 4c3e90ea4b
commit 7f50f31837
6 changed files with 29 additions and 17 deletions
@@ -1,4 +1,5 @@
name: Deploy documentation website on AWS S3
on:
push:
branches:
@@ -9,6 +10,7 @@ on:
jobs:
deploy-documentation:
name: Deploy
runs-on: ubuntu-latest
env: