openvpn-install/.github/workflows/main.yml
2022-10-04 00:47:10 -05:00

28 lines
614 B
YAML

#
# Copyright (C) 2022 Lin Song <linsongui@gmail.com>
name: build
on:
push:
branches: [master]
paths:
- '**.sh'
- '.github/workflows/main.yml'
- '.github/workflows/test_set_1.yml'
- '.github/workflows/test_set_2.yml'
- '.github/workflows/test_set_3.yml'
jobs:
test_set_1:
if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_1.yml
test_set_2:
if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_2.yml
test_set_3:
if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_3.yml