limit action to branch main
This commit is contained in:
parent
41da23042f
commit
85de492386
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@ -1,7 +1,10 @@
|
|||||||
name: Python application
|
name: Inkycal testing
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: build ubuntu
|
name: build ubuntu
|
||||||
|
Loading…
Reference in New Issue
Block a user