Skip to content

Commit b613a47

Browse files
committed
Add fake build workflow for non-code changes
1 parent 1a06a6e commit b613a47

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: PR check
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- deployment/**
7+
- development/**
8+
- .vscode/**
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Skip build
15+
run: echo "This build has been skipped."

0 commit comments

Comments
 (0)