Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit e9722c5

Browse files
committedApr 18, 2021
ci: remove branches specification
1 parent aafdb98 commit e9722c5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎.github/workflows/build_linux.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
on:
22
push:
3-
branches: *
43
paths-ignore:
54
- "**/README.md"
65
- "**/build_windows.yml"
76
pull_request:
8-
branches: *
97

108
name: Build on Linux
119
jobs:

‎.github/workflows/build_windows.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
on:
22
push:
3-
branches: *
43
paths-ignore:
54
- "**/README.md"
65
- "**/build_linux.yml"
76
pull_request:
8-
branches: *
97

108
name: Build on Windows
119
jobs:

0 commit comments

Comments
 (0)
This repository has been archived.