Skip to content

Commit 733970e

Browse files
committed
[skip ci] test
1 parent 85c0e4d commit 733970e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a Question
4+
url: https://github.com/mohit-nagaraj/VibeLayer/discussions
5+
about: Please ask and answer questions here.

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ permissions:
1111

1212
jobs:
1313
build:
14+
if: |
15+
!(
16+
(github.event_name == 'push' && contains(github.event.head_commit.message, '[skip ci]')) ||
17+
(github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[skip ci]'))
18+
)
1419
name: Build & Test (${{ matrix.os }})
1520
runs-on: ${{ matrix.os }}
1621
strategy:

0 commit comments

Comments
 (0)