Skip to content

Bump tj-actions/changed-files from 44 to 46 in /.github/workflows (#93) #120

Bump tj-actions/changed-files from 44 to 46 in /.github/workflows (#93)

Bump tj-actions/changed-files from 44 to 46 in /.github/workflows (#93) #120

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
test:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/test.yml
code_quality:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/code_quality.yml
build_publish:
uses: ./.github/workflows/build_publish.yml