Skip to content

Bump sass from 1.71.1 to 1.76.0 #159

Bump sass from 1.71.1 to 1.76.0

Bump sass from 1.71.1 to 1.76.0 #159

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- develop
- "feature-*"
- "release-*"
pull_request:
branches:
- main
- develop
- "feature-*"
- "release-*"
workflow_dispatch:
jobs:
validate-repo-markdown:
uses: ./.github/workflows/workflow-validate-repo-markdown.yml
validate-website:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/workflow-generate-website.yml
with:
commit_resources: false
push-website:
if: github.event_name == 'push'
uses: ./.github/workflows/workflow-generate-website.yml
with:
commit_resources: true