We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822101e commit 62741b2Copy full SHA for 62741b2
.github/workflows/build-ffmpeg.yml
@@ -2,6 +2,8 @@ name: Build and Deploy FFmpeg
2
3
on:
4
push:
5
+ branches:
6
+ - trunk
7
paths:
8
- '.ffmpeg/Dockerfile'
9
pull_request:
.github/workflows/build-test.yml
@@ -16,8 +16,11 @@ on:
16
type: boolean
17
default: true
18
19
20
21
paths-ignore:
22
- '**.md'
23
+ - '.*'
24
25
26
.github/workflows/lock.yml
@@ -4,7 +4,7 @@ name: 'Lock Issues'
workflow_dispatch:
schedule:
- - cron: '0 0 * * *'
+ - cron: '0 23 * * *'
permissions:
10
issues: write
0 commit comments