Skip to content

Commit

Permalink
Merge pull request #109 from toruseo/develop
Browse files Browse the repository at this point in the history
Update measure-coverage.yml
  • Loading branch information
toruseo authored Aug 19, 2024
2 parents c701bd9 + 8255501 commit 1df485a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/measure-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Measure coverage

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
measure-coverage:
runs-on: ubuntu-latest
if: |
(github.event_name == 'push' && github.repository == 'toruseo/UXsim') ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'toruseo/UXsim')
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
Expand Down

0 comments on commit 1df485a

Please sign in to comment.