update main.yml workflow

This commit is contained in:
Roni Väyrynen
2021-06-30 20:41:15 +03:00
committed by GitHub
parent 752d2c8726
commit 92b42c73ff

View File

@@ -1,5 +1,13 @@
name: xo-install test
on: [push, pull_request]
on:
push:
paths:
- 'xo-install.sh'
- 'sample.xo-install.cfg'
pull_request:
paths:
- 'xo-install.sh'
- 'sample.xo-install.cfg'
jobs:
Test-Install:
runs-on: ubuntu-latest