ignored branch release

This commit is contained in:
brb
2023-07-11 18:22:23 +02:00
parent 697973a454
commit 6f7201054b
+4 -1
View File
@@ -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: