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:
parent
edeaad4a9d
commit
d377468006
1
.github/workflows/sha.yml
vendored
1
.github/workflows/sha.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user