Limit the publish_website.yml
work-flow to only the master
branch (issue 16369)
This is a tentative patch, based on https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-filters
This commit is contained in:
parent
f28d915a42
commit
09edd6657f
5
.github/workflows/publish_website.yml
vendored
5
.github/workflows/publish_website.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Publish website
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user