ci: Fix main not triggering

This commit is contained in:
Elian Doran
2024-07-28 00:22:52 +03:00
parent 1871846b64
commit d5693e21df

View File

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