Skip to content

Commit

Permalink
update ci for main to dev to skip changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Jan 8, 2024
1 parent cb27ea5 commit 6a643a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
changelog:
if: |
contains(fromJson('["develop","ltm-1.6"]'), github.base_ref) ||
(github.head_ref == "main" && github.base_ref == "develop")
(github.head_ref == 'main' && github.base_ref == 'develop')
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository code"
Expand Down

0 comments on commit 6a643a8

Please sign in to comment.