Skip to content

Commit

Permalink
github workflows add on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ellendejong committed Sep 27, 2024
1 parent b412262 commit 496bf9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkqc_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CheckQC Lint
on:
pull_request:
paths: CheckQC/**
push:
branches: [master, develop]

jobs:
ruff:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/checkqc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CheckQC Test
on:
pull_request:
paths: CheckQC/**
push:
branches: [master, develop]

jobs:
pytest:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gendercheck_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: GenderCheck Lint
on:
pull_request:
paths: GenderCheck/**
push:
branches: [master, develop]

jobs:
ruff:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/moisaichunter_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: MosaicHunter Lint
on:
pull_request:
paths: MosaicHunter/**
push:
branches: [master, develop]

jobs:
ruff:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/moisaichunter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: MosaicHunter Test
on:
pull_request:
paths: MosaicHunter/**
push:
branches: [master, develop]

jobs:
pytest:
Expand Down

0 comments on commit 496bf9f

Please sign in to comment.