diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua> | 2024-09-13 19:25:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 19:25:30 +0200 |
commit | a5de4652b96461d2d4ae7c7942cd0eabe266a585 (patch) | |
tree | 9d487545659cbdcd412c83010df44d313a1bced5 /.github | |
parent | Add OPTIONAL_UI_URL_PREFIX (#15506) (diff) | |
download | awx-a5de4652b96461d2d4ae7c7942cd0eabe266a585.tar.xz awx-a5de4652b96461d2d4ae7c7942cd0eabe266a585.zip |
🧪 Upload the `devel` branch coverage to Codecov (#15507)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71bbda4c5d..982f366d9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ env: UPSTREAM_REPOSITORY_ID: 91594105 on: pull_request: + push: + branches: + - devel # needed to publish code coverage post-merge jobs: common-tests: name: ${{ matrix.tests.name }} |