Skip to content

Commit

Permalink
ci: support for beta builds
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
chgl committed Jan 9, 2025
1 parent b7a6bdc commit c5bdcd8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
push:
branches:
- master
- beta
release:
types: [created]
types:
- created
pull_request:
branches: [master]
branches:
- master
- beta

permissions: read-all
permissions:
contents: read

jobs:
build:
Expand Down Expand Up @@ -50,6 +55,8 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

- name: Download container image
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit c5bdcd8

Please sign in to comment.