afrenkai commited on
Commit
5da25f9
·
1 Parent(s): 14eb043

specified all branches

Browse files
Files changed (1) hide show
  1. .github/workflows/run-tests.yml +2 -1
.github/workflows/run-tests.yml CHANGED
@@ -1,6 +1,7 @@
1
- name: run-tests
2
  on:
3
  push:
 
4
 
5
  workflow_dispatch:
6
 
 
1
+ name: Run Tests
2
  on:
3
  push:
4
+ branches: []
5
 
6
  workflow_dispatch:
7