mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Push on gh-pages only when we push on master
This commit is contained in:
parent
e6fd23ff94
commit
a445f6f7ee
5
.github/workflows/website.yml
vendored
5
.github/workflows/website.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: "Website"
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
code:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user