Skip to content

Bump actions/download-artifact from 4.1.0 to 4.1.1 (#181) #112

Bump actions/download-artifact from 4.1.0 to 4.1.1 (#181)

Bump actions/download-artifact from 4.1.0 to 4.1.1 (#181) #112

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: On push to a secondary branch
on:
push:
branches-ignore: [master]
paths-ignore:
- ".github/**"
- "*.md"
jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
with:
target: ${{ github.event.ref }}