Skip to content

Commit

Permalink
fix GH Actions workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Apr 9, 2021
1 parent d105528 commit 8f5e52e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
@@ -1,9 +1,14 @@
name: GitHub Actions CI

on:
push:
branches: master
pull_request:


env:
HOMEBREW_DEVELOPER: 1
HOMEBREW_NO_AUTO_UPDATE: 1

jobs:
cancel_previous_runs:
if: github.event_name == 'pull_request'
Expand All @@ -23,4 +28,4 @@ jobs:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- run: brew test-bot --skip-recursive-dependents
- run: brew test-bot --skip-recursive-dependents Formula/ffmpeg.rb

0 comments on commit 8f5e52e

Please sign in to comment.