Skip to content

Commit

Permalink
Make trigger native a command
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Jan 6, 2025
1 parent 4177e86 commit ee025d0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/trigger-native.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: trigger-native

on:
push:
branches: master
paths:
- 'org.alloytools.pardinus.native/native-code/**'
- '.github/workflows/trigger-native.yaml'
- '.github/workflows/subflow-*.yaml'
workflow_dispatch:

# push:
# branches: master
# paths:
# - 'org.alloytools.pardinus.native/native-code/**'
# - '.github/workflows/trigger-native.yaml'
# - '.github/workflows/subflow-*.yaml'

jobs:
electrod:
Expand Down

0 comments on commit ee025d0

Please sign in to comment.