We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d3b27 commit c7f69d7Copy full SHA for c7f69d7
.github/workflows/pythonpackage.yml
@@ -9,6 +9,9 @@ on:
9
- '**.css'
10
- '**.lock'
11
- 'Makefile'
12
+ push:
13
+ branches:
14
+ - 'main'
15
16
jobs:
17
build:
README.md
@@ -2,6 +2,9 @@
2
3
Development tools for Textual.
4
5
+
6
+
7
8
This package contains the `textual` command line app, which will help to develop Textual applications.
See [Getting Started](https://textual.textualize.io/getting_started/) for how to use it.
0 commit comments