Skip to content

Commit 001e9f9

Browse files
authored
Update libs_test.yml
make libs tests only run on push to develop branch
1 parent a9086e3 commit 001e9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/libs_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Libs tests
22
on:
33
push:
4+
branches: [ 'develop' ]
45
pull_request:
56
types: [opened, reopened]
67

0 commit comments

Comments
 (0)