Skip to content

Commit

Permalink
Merge pull request #18 from fabric-testbed/hotfix/try-develop-branch
Browse files Browse the repository at this point in the history
change github action back to run on develop
  • Loading branch information
suejinkim20 authored Aug 23, 2024
2 parents 3e8e3f0 + d6cee2b commit 5b6d11d
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 5b6d11d

Please sign in to comment.