We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c058e commit 9687008Copy full SHA for 9687008
.github/workflows/cd.deployment.yml
@@ -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
@@ -2,6 +2,8 @@ on:
push:
branches:
- main
+ paths:
+ - action.js
workflow_call:
pull_request:
paths:
0 commit comments