Fix: Add pull_request trigger for CI (#178)

* fix: add pull_request trigger for CI

* fix: add branch restriction for push trigger
This commit is contained in:
Victorien Gauch
2024-10-14 10:36:34 +02:00
committed by GitHub
parent cd443d9e67
commit 39b38f7462
2 changed files with 10 additions and 0 deletions

View File

@@ -1,7 +1,10 @@
name: main
on:
pull_request:
push:
branches:
- main
jobs:
store-image-name-and-tags: