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
|
||||
|
||||
on: [push]
|
||||
name: Inkycal testing
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user