Skip to content

Commit 2eb76c3

Browse files
authored
Add PHP Workflow
1 parent f33218b commit 2eb76c3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/work.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
# Workflows check plugin Jeedom
3+
push:
4+
branches:
5+
- beta
6+
pull_request:
7+
branches:
8+
- beta
9+
- master
10+
11+
name : 'Full Workflows Plugin Jeedom'
12+
13+
jobs:
14+
plugin:
15+
uses: jeedom/workflows/.github/workflows/plugin.yml@main

0 commit comments

Comments
 (0)