Skip to content

Commit 01d68fe

Browse files
committed
edit tests workflow triggers
1 parent b7d6d29 commit 01d68fe

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- main
10+
tags-ignore:
11+
- '*'
12+
workflow_call:
413

514
jobs:
615
cypress-run:

0 commit comments

Comments
 (0)