Disable fail-fast strategy and add .md files to be ignored for triggering workflow.

This commit is contained in:
Mohit Sethi
2024-01-23 15:31:13 -08:00
committed by Ryan Fleury
parent 2c8e17be3b
commit 40fc63ca06
+9 -1
View File
@@ -1,10 +1,18 @@
name: builds name: builds
on: [push, pull_request] on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs: jobs:
build-windows-2022: build-windows-2022:
runs-on: windows-2022 runs-on: windows-2022
strategy:
fail-fast: false
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2