Skip to content

Commit 1d22570

Browse files
GloriousPtrryanfleury
authored andcommitted
Disable fail-fast strategy and add .md files to be ignored for triggering workflow.
1 parent ebac4ce commit 1d22570

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/builds.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
name: builds
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**.md'
410

511
jobs:
612
build-windows-2022:
713
runs-on: windows-2022
14+
strategy:
15+
fail-fast: false
816
steps:
917
- name: checkout
1018
uses: actions/checkout@v2

0 commit comments

Comments
 (0)