Skip to content

Commit

Permalink
Improve actions
Browse files Browse the repository at this point in the history
Tests should now run only once when making a new PR.
  • Loading branch information
WyattBlue committed Nov 7, 2023
1 parent 086aa3a commit a89e4a2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: build-ffmpeg

on: [push, pull_request]

on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.rst'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '**.rst'
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a89e4a2

Please sign in to comment.