Files
LuaCsForBarotraumaEP/.github/workflows/on-push-master.yml
Evil Factory e8389beef9 Publish releases even if tests failed
upstream is genius and has failing tests
2022-12-14 12:16:26 -03:00

17 lines
329 B
YAML

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: On push to master branch
on:
push:
branches: [master]
jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
with:
ref: ${{ github.event.ref }}
publish-release:
uses: ./.github/workflows/publish-release.yml