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