ci: Fix main not triggering

This commit is contained in:
Elian Doran 2024-07-28 00:22:52 +03:00
parent 1871846b64
commit d5693e21df
No known key found for this signature in database

View File

@ -3,8 +3,8 @@ on:
push:
branches:
- 'develop'
- 'feature/update*'
- 'feature/server_esm*'
- 'feature/update**'
- 'feature/server_esm**'
paths-ignore:
- 'docs/**'