fix(ci): merge duplicate push triggers in workflow
This commit is contained in:
@@ -12,10 +12,9 @@ name: Web Client CI/CD
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, master, develop, 'feature/**', 'fix/**']
|
branches: [main, master, develop, 'feature/**', 'fix/**']
|
||||||
|
tags: ['v*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, master, develop]
|
branches: [main, master, develop]
|
||||||
push:
|
|
||||||
tags: ['v*']
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|||||||
Reference in New Issue
Block a user