mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
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:
commit
797f8d3dca
1 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue