Skip to content

Commit

Permalink
Sync Docs Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 19, 2024
1 parent 1c421b3 commit 91c08a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: 🔎

on:
push:
branches: [main]
branches: [master]
merge_group:
pull_request:
branches: [main]
branches: [master]

# Automatically cancel in-progress actions on the same branch
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🚚 Deploy
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-?[0-9]+"

env:
NODE_OPTIONS: "--max_old_space_size=8192"
Expand Down

0 comments on commit 91c08a8

Please sign in to comment.