limit action to branch main
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user