ignored branch release
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user