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

only do the sha generation on master

This commit is contained in:
Harald Barth 2021-02-15 10:35:05 +01:00
parent edeaad4a9d
commit d377468006

View File

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