mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
yaml syntax
This commit is contained in:
parent
5860ad3f1d
commit
62d1f46a03
2
.github/workflows/sha.yml
vendored
2
.github/workflows/sha.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user