Skip to content

Commit

Permalink
deploy: Activate windows build om fork
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Dec 13, 2023
1 parent bbe201e commit 2552791
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: deploy
on:
schedule:
- cron: '0 21 * * TUE' # Run every Tuesday at 21:00 (UTC)
push:
tags:
- 'v*.*.*'
- 'p*'
- 't*'

jobs:
windows-rav1e-ch-binary:
Expand Down Expand Up @@ -76,7 +73,6 @@ jobs:
profile: release-strip
target_cpu: x86-64-v3

if: github.repository_owner == 'xiph'
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 2552791

Please sign in to comment.