Skip to content

Commit

Permalink
Merge pull request #41 from boldare/chore/github-actions
Browse files Browse the repository at this point in the history
chore: github actions update
  • Loading branch information
sebastianmusial committed Mar 15, 2024
2 parents 5a300bf + 1f4644b commit 887ad1f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Lint Commit Messages
on: [pull_request]

on:
pull_request:
branches-ignore:
- master
- main
- next

permissions:
contents: read
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/demo-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Demo deploy

on:
push:
branches:
- master
- main
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish package to GitHub Packages

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 887ad1f

Please sign in to comment.