Skip to content

Commit 61ad723

Browse files
committed
du
1 parent 04ad39a commit 61ad723

File tree

2 files changed

+5
-37
lines changed

2 files changed

+5
-37
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
name: Ubuntu
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
6-
paths-ignore:
7-
- '**.md'
8-
- 'docs/**'
9-
push:
10-
branches:
11-
- master
12-
paths-ignore:
13-
- '**.md'
14-
- 'docs/**'
15-
16-
permissions:
17-
contents: read
18-
19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.ref }}
21-
cancel-in-progress: true
4+
- push
5+
- pull_request
226

237
jobs:
248
ubuntu-build:

.github/workflows/visual_studio.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
name: VS17-CI
22

3-
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
6-
paths-ignore:
7-
- '**.md'
8-
- 'docs/**'
9-
push:
10-
branches:
11-
- master
12-
paths-ignore:
13-
- '**.md'
14-
- 'docs/**'
15-
16-
permissions:
17-
contents: read
18-
19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.ref }}
21-
cancel-in-progress: true
3+
'on':
4+
- push
5+
- pull_request
226

237
jobs:
248
ci:

0 commit comments

Comments
 (0)