Skip to content

Commit

Permalink
Merge pull request #1508 from craigcomstock/disable-ci-on-pull-reques…
Browse files Browse the repository at this point in the history
…ts-3.21.x

Changed GH Actions CI to be all upstream pushes
  • Loading branch information
craigcomstock authored Oct 11, 2024
2 parents 92a5a26 + 50a01e5 commit fa6b05c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Continuous Integration

on:
# run this workflow on pull_request activity
# this includes opening and pushing more commits
pull_request:
branches: [ master, 3.21.x, 3.18.x ]
# Run this CI on all pushes to upstream
# (including PRs fromm usptream to upstream)
on: push

jobs:
build_cfengine_hub_package:
Expand Down

0 comments on commit fa6b05c

Please sign in to comment.