Merge pull request #218 from github/marcogario/reduce_ci_jobs

Reduce triggers in workflows
This commit is contained in:
Marco Gario 2020-09-17 18:36:18 +02:00 committed by GitHub
commit 5166e750e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 11 deletions

View file

@ -1,6 +1,9 @@
name: "CodeQL action"
on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:
jobs:
build:

View file

@ -1,6 +1,9 @@
name: "Integration Testing"
on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:
jobs:
multi-language-repo_test-autodetect-languages:

View file

@ -1,6 +1,9 @@
name: "PR checks"
on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:
jobs:
lint-js: