on dispatch

This commit is contained in:
hwelch-fle 2023-05-01 14:50:15 -04:00 committed by GitHub
parent 758417a19a
commit d8b032ddd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,16 @@
name: website name: website
# build the documentation whenever there are new commits on main # build the documentation whenever there are new commits on main
on: on: workflow_dispatch
push: #on:
branches: # push:
- main # branches:
# Alternative: only build for tags. # - main
# tags: # # Alternative: only build for tags.
# - '*' # # tags:
# # - '*'
# security: restrict permissions for CI jobs. #
## security: restrict permissions for CI jobs.
permissions: permissions:
contents: read contents: read