Skip to content

Commit 9687008

Browse files
committed
Attempt to validate action deployments
1 parent b9c058e commit 9687008

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
tags:
4+
- latest
5+
workflow_dispatch:
6+
7+
jobs:
8+
test-deployment:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: '! pkgx --version'
12+
- uses: pkgxdev/setup@latest
13+
- run: pkgx --version

.github/workflows/ci.action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on:
22
push:
33
branches:
44
- main
5+
paths:
6+
- action.js
57
workflow_call:
68
pull_request:
79
paths:

0 commit comments

Comments
 (0)