Skip to content

Commit

Permalink
Corrected main development branch name in GitHub Actions yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverbus committed Apr 8, 2021
1 parent 35d323e commit 55f09b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: build
# Release job, only for pushes to the main development branch
if: github.event_name == 'push'
&& github.ref == 'refs/heads/main'
&& github.ref == 'refs/heads/master'
&& github.repository == 'linkedin/isolation-forest'
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
steps:
Expand Down

0 comments on commit 55f09b9

Please sign in to comment.