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
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user