Skip to content

Commit

Permalink
Run CI on PRs (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored Sep 5, 2024
1 parent 5a63b7d commit 56d8026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on:
pull_request:
paths-ignore:
- 'cli'
- 'cloud'
- 'frontend'
push:
branches:
- 'main'
Expand Down Expand Up @@ -50,6 +55,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 56d8026

Please sign in to comment.