Merge pull request #4749 from DhruvaSambrani/patch-1

Update website.yml to not run on PRs
This commit is contained in:
Oliver Blanthorn 2023-07-31 17:50:03 +00:00 committed by GitHub
commit 5cbfb728bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,6 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: