Skip to content

Commit

Permalink
Change the deployed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tina-hello committed Jul 16, 2023
1 parent ce180a7 commit c26b837
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ oisd ]
pull_request:
branches: [ main ]
branches: [ oisd ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -25,6 +25,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: oisd
- name: Install Dependencies
run: npm install
- name: Deploy to Cloudflare Workers with Wrangler
Expand Down

0 comments on commit c26b837

Please sign in to comment.