Skip to content

Commit

Permalink
CI only to check PR. Release of snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Nov 8, 2024
1 parent 0d5789e commit 604a050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI
on:
push:
branches:
- main
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release
on:
push:
tags: [ "*" ]
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 604a050

Please sign in to comment.