Skip to content

Commit

Permalink
Merge pull request #550 from LCSB-BioCore/mk-compathelper-develop
Browse files Browse the repository at this point in the history
CompatHelper checks the `develop` branch
  • Loading branch information
laurentheirendt committed Jan 7, 2022
2 parents 2d03958 + ea0cce1 commit 221fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main()
CompatHelper.main(master_branch="develop")
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 221fd10

Please sign in to comment.