Skip to content

Commit b372a9e

Browse files
committed
test add workflow to test artifacts
1 parent 315acf8 commit b372a9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test artifacts
2+
3+
on:
4+
pull_request:
5+
branches: [develop]
6+
7+
jobs:
8+
deploy-preview:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Debug: List workflow details
13+
run: |
14+
echo "Pull request number"

0 commit comments

Comments
 (0)