Skip to content

feat(deps): update postcss-import ( 16.0.0 → 16.1.0 ) #120

feat(deps): update postcss-import ( 16.0.0 → 16.1.0 )

feat(deps): update postcss-import ( 16.0.0 → 16.1.0 ) #120

Workflow file for this run

name: Handle Push to Main Branch
# https://dev.to/koddr/github-action-for-release-your-go-projects-as-fast-and-easily-as-possible-20a2
# https://github.com/orgs/community/discussions/25244
on:
push:
branches:
- main
jobs:
tests:
permissions:
contents: read
pull-requests: read
checks: write
uses: ./.github/workflows/tests.yaml
build-and-push:
needs: tests
uses: ./.github/workflows/docker-image.yaml
with:
push: true
suffix: -dev