Compare commits

...
3 Commits
Author SHA1 Message Date
brb 2cd449e130 renamed workflow file
Docker / Publish (push) Failing after 6s
Docker / Test (push) Successful in 39s
2023-07-11 18:24:06 +02:00
brb 91b22a781c renamed workflow file 2023-07-11 18:23:37 +02:00
brb 6f7201054b ignored branch release 2023-07-11 18:22:23 +02:00
2 changed files with 4 additions and 1 deletions
@@ -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: