mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
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:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: main
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
store-image-name-and-tags:
|
||||
|
||||
Reference in New Issue
Block a user