Skip to content

Commit

Permalink
CI: Run on PRs and pushes to master
Browse files Browse the repository at this point in the history
This ensures that the CI runs on PRs from external contributors as well.
Previously it on run when the PR was raised from a branch in the main
repo.
  • Loading branch information
bastelfreak committed Feb 16, 2024
1 parent a13bbfe commit 736b956
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 736b956

Please sign in to comment.