diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-02-26 06:15:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 06:15:52 +0100 |
| commit | 200ae86de6f2088fbae7498ea21165f4f9538762 (patch) | |
| tree | 52ca9e680683ebfde26518937837ee559bcb9704 | |
| parent | f6f430d3ff9ca254826e9fcaa968ba02018c6c83 (diff) | |
Enabled GitHub actions on push.
Co-authored-by: Tom Forbes <tom@tomforb.es>
| -rw-r--r-- | .github/workflows/linters.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 17d42e227f..ca8402bc65 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -2,6 +2,9 @@ name: Linters on: pull_request: + push: + branches: + - master jobs: flake8: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6ddd70a2bd..1acf53af88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,9 @@ name: Tests on: pull_request: + push: + branches: + - master jobs: javascript-tests: |
