Skip to content

- Fixed the server not loading saved convars and not having absolute … #536

- Fixed the server not loading saved convars and not having absolute …

- Fixed the server not loading saved convars and not having absolute … #536

# 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 }}