Skip to content

Commit 02cb7cd

Browse files
authored
Update new CI/CD workflows (#29)
This adds the new workflows for extensions to this repository. This will enable automated testing on PRs as well as automatically created version bumps from now on
1 parent fdef25d commit 02cb7cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/bump_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
push:
99
branches:
1010
- main
11+
paths-ignore:
12+
- .github/**
13+
workflow_dispatch: {}
1114
jobs:
1215
determine_bump_type:
1316
runs-on: namespace-profile-16x32-ubuntu-2204

0 commit comments

Comments
 (0)