Skip to content

Commit

Permalink
Merge pull request #12 from rcmaehl/master
Browse files Browse the repository at this point in the history
Prevent ReadMe / Compiling / Github Config changes from triggering CI
  • Loading branch information
itsmattkc authored Apr 14, 2024
2 parents 59e5b67 + 1abd1bb commit 5e9cdea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build

on: [push, pull_request]
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit 5e9cdea

Please sign in to comment.