1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-08 06:10:48 +00:00

ci(workflow): don't run jobs twice on PRs (#640)

This commit is contained in:
Stanislas 2020-04-27 15:21:32 +02:00 committed by GitHub
parent 0f871f26d8
commit b4cbb54320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,11 @@
on: [push, pull_request] on:
push:
branches:
- master
pull_request:
branches:
- master
name: Lint name: Lint
jobs: jobs:
shellcheck: shellcheck: