mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
chore(update-main): update deploy to main
This commit is contained in:
parent
1c4e77aeb0
commit
01c26860e6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -2,7 +2,7 @@ name: Build and Deploy
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- dk/v2-dataset # Set a branch to deploy
|
||||
- main # Set a branch to deploy
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: ${{ github.ref == 'refs/heads/dk/v2-dataset' }}
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
|
|
Loading…
Reference in a new issue