Skip to content

Commit 63caf53

Browse files
committed
fix linux github actions
1 parent e6ce8ba commit 63caf53

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/linux.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: linux
22

33
on:
4-
- push
5-
4+
push:
5+
branches:
6+
- '*'
7+
tags-ignore:
8+
- '*'
9+
pull_request:
10+
branches:
11+
- '*'
612
jobs:
713
perl:
814
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)