mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
disable ipfs deploy
This commit is contained in:
parent
db2641162d
commit
c56b924856
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ipfs-deploy.yml
vendored
4
.github/workflows/ipfs-deploy.yml
vendored
|
@ -3,8 +3,8 @@ name: Deploy to IPFS
|
|||
on:
|
||||
# Trigger the workflow every time you push to the `main` branch
|
||||
# Using a different branch name? Replace `main` with your branch’s name
|
||||
push:
|
||||
branches: [ beta ]
|
||||
#push:
|
||||
# branches: [ beta ]
|
||||
|
||||
# Allow this job to clone the repo and create a page deployment
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue