Skip to content

Commit

Permalink
chore: release pipeline on push and ci on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Oct 6, 2023
1 parent 85f36b9 commit 7507252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Regular CI Pipeline

on:
push:
pull_request:
branches:
# Regular release channels
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release Pipeline

on:
pull_request:
push:
branches:
# Regular release channels
- master
Expand Down

0 comments on commit 7507252

Please sign in to comment.