ignored branch release
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
name: pipeline
|
name: pipeline
|
||||||
run-name: ${{ gitea.actor }} is running script
|
run-name: ${{ gitea.actor }} is running script
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- "release"
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user