Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tauisilva committed Mar 11, 2024
1 parent 9a098eb commit 25efa02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Deploy Pages
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
build:
Expand All @@ -27,5 +27,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/browser
branch: prod
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 25efa02

Please sign in to comment.