Skip to content

Commit

Permalink
Run CI on PR (#1)
Browse files Browse the repository at this point in the history
In this way, we can test changes before pushing to main.
  • Loading branch information
ben-z authored Jul 14, 2024
1 parent ff45d48 commit 8da0573
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Create and publish Packages
name: Build and publish Images/Packages

on:
push:
branches:
- main
tags:
- "v*.*.*"
pull_request:
branches:
- main

concurrency: build_and_publish_concurrency_group-${{ github.event.pull_request.number || github.ref_name }}

env:
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 8da0573

Please sign in to comment.