Skip to content

Commit

Permalink
fix: Update workflows (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 22, 2023
1 parent e0ca7e1 commit 6469db9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Lint & Unit

"on":
pull_request:
push:
branches:
- main

jobs:
yamllint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Build and publish to RubyGems
uses: actionshub/publish-gem-to-rubygems@main
if: ${{ steps.release.outputs.release_created }}
env:
with:
token: ${{ secrets.RUBYGEMS_TOKEN }}
owner: ${{ secrets.OWNER }}
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
workflow-testing (0.0.1)
workflow-testing (1.0.0)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit 6469db9

Please sign in to comment.