Skip to content

Commit

Permalink
GHA: fix branch name
Browse files Browse the repository at this point in the history
    - we should use `main` instead `master`

Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
  • Loading branch information
Vicente-Cheng committed Jun 19, 2024
1 parent 537231d commit dae2e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Dev Build and Publish
on:
push:
branches:
- master
- main

jobs:
build-for-dev:
uses: ./.github/workflows/factory.yml
with:
tag: ${{ github.ref_name }}-head
push: true
secrets: inherit
secrets: inherit

0 comments on commit dae2e15

Please sign in to comment.