Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdf4392488 | ||
|
|
12fba127e9 | ||
|
|
326c661b34 |
5
.github/workflows/branch.yaml
vendored
5
.github/workflows/branch.yaml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Push
|
name: Push
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "random_quote_generator"
|
name = "random_quote_generator"
|
||||||
version = "0.1.0"
|
version = "2.0.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Jan Giacomelli <jan@typless.com>"]
|
authors = ["Jan Giacomelli <jan@typless.com>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user