Skip to content

Commit

Permalink
change github action back to run on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Aug 23, 2024
1 parent 3e8e3f0 commit d6cee2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Deploy

on:
push:
branches: [ "main" ]
branches: [ "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "develop" ]

permissions:
contents: write
Expand All @@ -28,7 +28,7 @@ jobs:
run: npm run build

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/develop'
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down

0 comments on commit d6cee2b

Please sign in to comment.