Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sankhadeepdutta committed Nov 4, 2024
1 parent d70da1d commit 18d9dd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- fix-dropdown-display
schedule:
- cron: 0 13 * * 1 # At 13:00 on Monday

Expand Down Expand Up @@ -63,14 +64,14 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

# develop branch
# fix-dropdown-display branch
- name: Build
if: ${{ github.ref == 'refs/heads/develop' }}
if: ${{ github.ref == 'refs/heads/fix-dropdown-display' }}
run: hugo -e staging

- name: Deploy to Netlify
uses: netlify/actions/cli@master
if: ${{ github.ref == 'refs/heads/develop' }}
if: ${{ github.ref == 'refs/heads/fix-dropdown-display' }}
with:
args: deploy --dir=public --prod
env:
Expand Down

0 comments on commit 18d9dd5

Please sign in to comment.