Skip to content

Commit

Permalink
Remove dev branch from triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Oct 18, 2024
1 parent cd81c5e commit f67ffeb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flepicommon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:
- flepimop/R_packages/flepicommon/**/*
branches:
- main
- dev
pull_request:
paths:
- flepimop/R_packages/flepicommon/**/*
branches:
- main
- dev

jobs:
tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gempyor-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- flepimop/gempyor_pkg/**/*
branches:
- main
- dev
pull_request:
paths:
- examples/**/*
- flepimop/gempyor_pkg/**/*
branches:
- main
- dev

jobs:
tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/inference-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ on:
- flepimop/R_packages/inference/**/*
branches:
- main
- dev
pull_request:
paths:
- flepimop/R_packages/inference/**/*
branches:
- main
- dev

jobs:
tests:
Expand Down

0 comments on commit f67ffeb

Please sign in to comment.