Skip to content

Commit

Permalink
adj workflow for pr and main
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Oct 23, 2023
1 parent 46cf885 commit d0e693e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: rymndhng/release-on-push-action@v0.28.0
with:
bump_version_scheme: patch
dry_run: true
outputs:
version_number: ${{ steps.release.outputs.tag_name }}

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: PR Unit Tests
Expand Down

0 comments on commit d0e693e

Please sign in to comment.