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
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "random_quote_generator"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = ""
|
||||
authors = ["Jan Giacomelli <jan@typless.com>"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user