Skip to content

Commit

Permalink
tweak github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubnix committed Aug 16, 2024
1 parent bee161f commit 960d3bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- master

jobs:
build:
Expand All @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
clean: 'true'

- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy packages/compositor-shell/dist --project-name=greenfield --commit-dirty=true
command: pages deploy packages/compositor-shell/dist --project-name=greenfield

0 comments on commit 960d3bd

Please sign in to comment.