mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 09:06:07 +02:00
fix: Update CI workflow to trigger only on master branch for push events
This commit is contained in:
@@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, dev]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master, dev]
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user