Skip to content

Commit

Permalink
gdfgf
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Jun 18, 2024
1 parent cec7a72 commit 00e3ba7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Python package

on:
# workflow_call: # allows the action to be triggered remotely
# inputs:
# caller_branch:
# required: true
# type: string
push:
paths-ignore:
- "**.md"
Expand All @@ -23,6 +18,11 @@ on:
- "**.cff"
branches:
- main
workflow_call:
inputs:
caller_branch:
required: true
type: string

jobs:
build:
Expand Down

0 comments on commit 00e3ba7

Please sign in to comment.