Skip to content

Commit

Permalink
ci: updates to CI workflow (#1590)
Browse files Browse the repository at this point in the history
* ci: updates to CI workflow

* docs: fixed title typo

(cherry picked from commit 8fed09e)
  • Loading branch information
karl-cardenas-coding committed Sep 21, 2023
1 parent 41ba1ab commit ba37549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Release to Production
on:
push:
branches: ['master', 'version-**']
workflow_dispatch:


env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/audit-logs/audit-logs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: "Audit Logs"
title: "Audit Logss"
title: "Audit Logs"
description: "Learn about auditing in Palette and how to access audit logs."
hide_table_of_contents: false
sidebar_custom_props:
Expand Down
2 changes: 1 addition & 1 deletion scripts/netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# List of branches to NOT create an automatic Netlify preview
disallowed_branches=("master" "release-*" "version-*")
disallowed_branches=("master" "release-*" "version-*" "backport/**")

# Get current branch name
current_branch=$(git branch --show-current)
Expand Down

0 comments on commit ba37549

Please sign in to comment.