Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 19, 2024
1 parent 91c08a8 commit 9d8638b
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: [master]
branches: [master,main]
merge_group:
pull_request:
branches: [master]
branches: [master,main]

# 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 @@ -41,7 +41,7 @@ jobs:
- name: Edgeserver Upload
uses: lvkdotsh/[email protected]
with:
app_id: "192287499052126208"
app_id: "207908995888658940"
server: https://api.edgeserver.io
token: ${{ secrets.EDGESERVER_TOKEN }}
directory: app/out
Expand Down

0 comments on commit 9d8638b

Please sign in to comment.