@@ -1,5 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ master, develop ]
|
||||||
tags:
|
tags:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
@@ -15,8 +16,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
uses: https://github.com/actions/checkout@v2
|
- uses: actions/setup-dotnet@v4
|
||||||
- name: Verify commit exists in origin/master
|
- name: Verify commit exists in origin/master
|
||||||
run: |
|
run: |
|
||||||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||||
|
|||||||
Reference in New Issue
Block a user