Skip to content

Commit

Permalink
Merge pull request #83 from bastelfreak/ci
Browse files Browse the repository at this point in the history
CI: Run on PRs and pushes to master
  • Loading branch information
skoch-hc committed Feb 19, 2024
2 parents 3d57f8a + 736b956 commit a4d545a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
name: hcloud-ruby ci
on: [push]

on:
pull_request: {}
push:
branches:
- master

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

0 comments on commit a4d545a

Please sign in to comment.