Skip to content

Commit

Permalink
feat: improve github workflow triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafyh committed Aug 7, 2024
1 parent 46f4199 commit f2f666c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
push:
branches:
- main
paths:
- 'package.json'
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'src/lib.cc'

jobs:
push_on_main:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build lib C binaries

on:
push:
branches:
- platform
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'LIBHEIF_VERSION'

jobs:
push_on_main:
Expand Down
1 change: 1 addition & 0 deletions LIBHEIF_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.17.6

0 comments on commit f2f666c

Please sign in to comment.