Skip to content

Bump actions/upload-artifact from 4.3.1 to 4.4.3 (#30) #91

Bump actions/upload-artifact from 4.3.1 to 4.4.3 (#30)

Bump actions/upload-artifact from 4.3.1 to 4.4.3 (#30) #91

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- develop
- "feature/*"
- "release/*"
pull_request:
branches:
- main
- develop
- "feature/*"
- "release/*"
workflow_dispatch:
merge_group:
jobs:
validate-repo-markdown:
uses: ./.github/workflows/workflow-validate-repo-markdown.yml
permissions:
issues: write
contents: read
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
secrets:
COMMIT_TOKEN: ${{ secrets.COMMIT_TOKEN }}