Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Apr 12, 2024
1 parent ab415e7 commit ec4b315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: release test

on:
push:
branches: [ "libalpm-test", "main" ]
branches: [ "libalpm-test", "dev", "main" ]
pull_request:
branches: [ "libalpm-test", "main" ]
branches: [ "libalpm-test", "dev", "main" ]

jobs:
get-version:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

release:
name: Create GitHub Release
needs: get-version
needs: [build, get-version]
runs-on: ubuntu-latest
outputs:
release-url: ${{ steps.create-release.outputs.upload_url }}
Expand Down

0 comments on commit ec4b315

Please sign in to comment.