Skip to content

Commit ed71e20

Browse files
committed
ci: update release job
1 parent 214c35f commit ed71e20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
build:
710
name: Build
@@ -52,8 +55,6 @@ jobs:
5255

5356
runs-on: ubuntu-latest
5457

55-
if: ${{ github.ref == 'refs/heads/main' }}
56-
5758
needs: [build, lint]
5859

5960
steps:

0 commit comments

Comments
 (0)