Skip to content

Commit 887ad1f

Browse files
Merge pull request #41 from boldare/chore/github-actions
chore: github actions update
2 parents 5a300bf + 1f4644b commit 887ad1f

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/commit-lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Lint Commit Messages
2-
on: [pull_request]
2+
3+
on:
4+
pull_request:
5+
branches-ignore:
6+
- master
7+
- main
8+
- next
39

410
permissions:
511
contents: read

.github/workflows/demo-deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: Demo deploy
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
- main
4+
release:
5+
types: [published]
86

97
jobs:
108
build:
119
runs-on: ubuntu-latest
1210
steps:
13-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1412
- uses: akhileshns/[email protected]
1513
with:
1614
heroku_api_key: ${{secrets.HEROKU_API_KEY}}

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish package to GitHub Packages
2+
23
on:
34
release:
45
types: [published]
6+
57
jobs:
68
build:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)