Skip to content

Commit c37de83

Browse files
committed
chore(tests): ignore pushes to the prod branch in workflow
1 parent 1e7e85d commit c37de83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches-ignore:
6+
- prod
47

58
jobs:
69
lint:

0 commit comments

Comments
 (0)