Skip to content

Commit

Permalink
Merge branch 'v2/master' into v2/semver-action-2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 28, 2024
2 parents 2e34ea2 + a18367f commit f344b90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ on:
push:
branches:
- master
- main
- v2/master
pull_request:

permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
contents: write

jobs:
golang-ci:
Expand Down Expand Up @@ -73,7 +70,6 @@ jobs:
- name: Test
uses: robherley/go-test-action@v0


new-version:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
Expand All @@ -83,4 +79,4 @@ jobs:
with:
release_branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f344b90

Please sign in to comment.