Make Github tests workflow work on main and dev branches only

The docs branch doesn't need tests
This commit is contained in:
Karim shoair
2024-11-29 21:19:39 +02:00
parent 97fecc9d5f
commit 1cf7a1d205
+5 -1
View File
@@ -1,5 +1,9 @@
name: Tests
on: [push]
on:
push:
branches:
- main
- dev
concurrency:
group: ${{github.workflow}}-${{ github.ref }}