Merge pull request #16370 from Snuffleupagus/publish-website-only-master

Limit the `publish_website.yml` work-flow to only the `master` branch (issue 16369)
This commit is contained in:
Tim van der Meij 2023-04-29 11:36:33 +02:00 committed by GitHub
commit 797f8d3dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: Publish website
on: [push]
on:
push:
branches:
- master
permissions:
contents: read