Skip to content

Commit 0501068

Browse files
authored
fix workflow (#57)
run workflows only for dedicated branches
1 parent ab0cf16 commit 0501068

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-tests.yml

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

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
branches: '**'
6+
push:
7+
branches:
8+
- master
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)