Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
550551c4a0 | ||
|
|
5709c7152a | ||
|
|
a8b27d8f21 | ||
|
|
2cd449e130 | ||
|
|
91b22a781c | ||
|
|
6f7201054b |
@@ -1,7 +1,10 @@
|
||||
name: pipeline
|
||||
run-name: ${{ gitea.actor }} is running script
|
||||
runs-on: ubuntu-latest
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "release"
|
||||
image: python:3.10
|
||||
jobs:
|
||||
test:
|
||||
@@ -3,8 +3,8 @@ run-name: Build and Publish Service
|
||||
runs-on: ubuntu-latest
|
||||
on:
|
||||
push:
|
||||
branches: [release]
|
||||
tags: ['v*']
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
Reference in New Issue
Block a user