Skip to content

Commit

Permalink
ci: update release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Sep 21, 2023
1 parent 214c35f commit ed71e20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on: [push, pull_request]

permissions:
contents: write

jobs:
build:
name: Build
Expand Down Expand Up @@ -52,8 +55,6 @@ jobs:

runs-on: ubuntu-latest

if: ${{ github.ref == 'refs/heads/main' }}

needs: [build, lint]

steps:
Expand Down

0 comments on commit ed71e20

Please sign in to comment.