Skip to content

Commit

Permalink
Merge pull request #6 from berenslab/fix-ci-after-merge
Browse files Browse the repository at this point in the history
fixes that ci pipeline is run after merge on master (actually at any push to master)
  • Loading branch information
fabioseel authored Oct 11, 2024
2 parents 96d1647 + 14fd46f commit 80c38fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Code Checking

on:
push:
branches-ignore:
- master
paths:
- '**/*.py'
pull_request:
branches:
- master
paths:
- '**/*.py'

env:
singularity_image: oras://ghcr.io/berenslab/retinal-rl:singularity-image-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
- cron: '0 2 1 * *'
push:
branches-ignore:
- master
paths:
- 'resources/retinal-rl.def'
pull_request:
Expand Down

0 comments on commit 80c38fa

Please sign in to comment.