1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

yaml syntax

This commit is contained in:
Harald Barth 2021-02-15 10:52:19 +01:00
parent 5860ad3f1d
commit 62d1f46a03

View File

@ -13,7 +13,7 @@ jobs:
# Set the type of machine to run on
runs-on: ubuntu-latest
if: contains(github.ref, "master")
if: github.ref == 'refs/heads/master'
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code