Skip to content

Commit

Permalink
Ignore changes to .rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jun 3, 2024
1 parent d75efbc commit eb8ca7c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
name: build-ffmpeg
on: [push, pull_request]
on:
push:
branches: main
paths-ignore:
- '**.md'
- '**.rst'
- '**.txt'
pull_request:
branches: main
paths-ignore:
- '**.md'
- '**.rst'
- '**.txt'
release:
types: [published]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit eb8ca7c

Please sign in to comment.