Make Github tests workflow work on main and dev branches only
The docs branch doesn't need tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
name: Tests
|
name: Tests
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{github.workflow}}-${{ github.ref }}
|
group: ${{github.workflow}}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user