Skip to content

Commit

Permalink
(chore): Update gyb ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Sep 15, 2024
1 parent 495638a commit cb7af2e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/compile_gyb_sources.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Compile gyb sources 🚀

on:
workflow_dispatch:
inputs:
trigger:
description: "Manually trigger the workflow"
required: true
default: "true"
push:
branches:
- main
paths:
- ".github/workflows/compile_gyb_sources.yml"
- "utils/generate_sources.sh"
- "*.swift.gyb"
- "*.mm.gyb"
pull_request:
branches:
- main
push:
branches:
- main
paths:
- ".github/workflows/compile_gyb_sources.yml"
- "utils/generate_sources.sh"
- "*.swift.gyb"
- "*.mm.gyb"
pull_request:
branches:
- main
workflow_dispatch:
inputs:
trigger:
description: "Manually trigger the workflow"
required: true
default: "true"

jobs:
compile_gyb_sources:
Expand Down

0 comments on commit cb7af2e

Please # to comment.