Skip to content

Commit 54a8c20

Browse files
committed
Introduce intrinsic API, registry, and collection query capabilities
1 parent f0eb520 commit 54a8c20

25 files changed

Lines changed: 3108 additions & 83 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and validate
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- 'feature/*'
88
- 'fix/*'
99
- 'hotix/*'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
fetch-depth: 0
1616
token: ${{ secrets.GH_TOKEN }}
1717

18-
- name: Check if branch is master
18+
- name: Check if branch is main
1919
run: |
20-
if [[ "${GITHUB_REF##*/}" != "master" ]]; then
21-
echo "This workflow can only be triggered for the master branch."
20+
if [[ "${GITHUB_REF##*/}" != "main" ]]; then
21+
echo "This workflow can only be triggered for the main branch."
2222
exit 1
2323
fi
2424

CHANGELOG.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)