diff --git a/.github/pr-validate.yml b/.github/workflows/pr-validate.yml similarity index 91% rename from .github/pr-validate.yml rename to .github/workflows/pr-validate.yml index 03411574..9a3a0263 100644 --- a/.github/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -1,11 +1,12 @@ name: Pull Request -on: [pull_request_target] #To ensure better security and avoid running on forks +on: [pull_request] jobs: build: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: version: [14, 16, 18] steps: