Skip to content

Commit

Permalink
test add workflow to test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Dec 10, 2024
1 parent 315acf8 commit b372a9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-test-artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test artifacts

on:
pull_request:
branches: [develop]

jobs:
deploy-preview:
runs-on: ubuntu-latest

steps:
- name: Debug: List workflow details
run: |
echo "Pull request number"

0 comments on commit b372a9e

Please sign in to comment.