mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-04 19:44:42 +00:00
updates name + removes branch
This commit is contained in:
parent
7d1a41e6b7
commit
9044cbe223
1 changed files with 3 additions and 3 deletions
6
.github/workflows/run-tests.yml
vendored
6
.github/workflows/run-tests.yml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
name: Python package
|
||||
name: Run tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, actions ]
|
||||
branches: [ master ]
|
||||
|
||||
pull_request:
|
||||
branches: [ master, actions ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue