Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Jun 25, 2023
1 parent b024e1e commit 17bf719
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Plugin action
on:
push:
branches: ['main', 'master']
pull_request:
types: [opened, edited, reopened]
release:
types: [published]

jobs:
plugin-action:
uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yaml@main
secrets: inherit

0 comments on commit 17bf719

Please sign in to comment.