Skip to content

switch archive page to 3 post row #100

switch archive page to 3 post row

switch archive page to 3 post row #100

Workflow file for this run

name: Build and Deploy Storybook
on:
push:
branches:
- 'dev' # Trigger the action only pushed to a specific branch
- '!main' # Ignore if pushed to a specific branch
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Merge dev -> storybook-deploy 🚀
uses: devmasx/[email protected]
with:
type: now
from_branch: dev
target_branch: storybook-deploy
github_token: ${{ github.token }}