Skip to content

Commit

Permalink
Don't run tests on tag pushes or when only markdown is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Apr 12, 2024
1 parent 66b4e07 commit b2dcc8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test & Build

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

jobs:
test-and-build:
Expand Down

0 comments on commit b2dcc8f

Please sign in to comment.