Skip to content

Commit c7f69d7

Browse files
committed
Run GitHub workflows on default branch as well
1 parent e4d3b27 commit c7f69d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- '**.css'
1010
- '**.lock'
1111
- 'Makefile'
12+
push:
13+
branches:
14+
- 'main'
1215

1316
jobs:
1417
build:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Development tools for Textual.
44

5+
![checks](https://github.com/Textualize/textual-dev/actions/workflows/pythonpackage.yml/badge.svg?event=push)
6+
7+
58
This package contains the `textual` command line app, which will help to develop Textual applications.
69

710
See [Getting Started](https://textual.textualize.io/getting_started/) for how to use it.

0 commit comments

Comments
 (0)