Skip to content

Commit

Permalink
Branch to f40
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Sep 19, 2024
1 parent 45d2315 commit b498c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fedora-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build image 'fedora-ci'
on:
push:
branches:
- main
- f40
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-ci"
tags: unstable
publish: ${{ github.ref == 'refs/heads/main' }}
branch: main
tags: 40
publish: ${{ github.ref == 'refs/heads/f40' }}
branch: f40

0 comments on commit b498c6b

Please sign in to comment.