Skip to content

Commit

Permalink
ci(main): Adding builds for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Mar 17, 2023
1 parent 3fd6643 commit 468f4dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Main

on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]

jobs:
test:
Expand All @@ -29,6 +30,7 @@ jobs:
crane config alpine:3.11
main:
if: ${{ github.event_name == 'push' }}
name: Publish new version
runs-on: ubuntu-latest
needs: [test]
Expand Down

0 comments on commit 468f4dd

Please sign in to comment.