Skip to content

Commit 1f4645b

Browse files
committed
ci: Ignore tags in push events; add permission for writing changelog
1 parent 0838d87 commit 1f4645b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: Test Build Binaries
55
on:
66
push:
7+
tags-ignore:
8+
- "**"
79
workflow_dispatch:
810

911
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
name: Update Changelog
7777
runs-on: ubuntu-latest
7878
needs: build-release
79+
permissions:
80+
contents: write
7981
steps:
8082
- uses: actions/checkout@v4
8183
- name: Update CHANGELOG

0 commit comments

Comments
 (0)