Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DerryAlex committed Jul 2, 2024
1 parent a0b858e commit 05c546f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
paths: [ "lib/tools/ci.sh", "lib/tools/girnode.patch", ".github/workflow/typelib.yml" ]
paths: [ "lib/girepository-1.0/ci.sh", "lib/girepository-1.0/girnode.patch", ".github/workflow/typelib.yml" ]
pull_request:
branches: [ "master" ]
paths: [ "lib/tools/ci.sh", "lib/tools/girnode.patch", ".github/workflow/typelib.yml" ]
paths: [ "lib/girepository-1.0/ci.sh", "lib/girepository-1.0/girnode.patch", ".github/workflow/typelib.yml" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Generate typelibs
run: |
cd lib/tools && ./ci.sh && cd ../..
cd lib/girepository-1.0/ && ./ci.sh && cd ../..
- uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 05c546f

Please sign in to comment.