Skip to content

Commit 747fd04

Browse files
committed
chore: restrict devel workflow and remove unused files
1 parent aa83b9f commit 747fd04

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.github/workflows/devel.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name: devel
22
on:
33
pull_request:
4-
branches:
5-
- master
64
paths:
75
- docker/**
6+
- tests/**
7+
- Makefile
88
- .github/workflows/*.yml
99
push:
1010
branches:
1111
- master
1212
paths:
1313
- docker/**
14+
- tests/**
15+
- Makefile
1416
- .github/workflows/*.yml
1517

1618
env:

scripts/get-latest-release

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)