Skip to content

Commit

Permalink
Changed GH Actions CI to be all upstream pushes
Browse files Browse the repository at this point in the history
(cherry picked from commit 250f7fe)
  • Loading branch information
olehermanse authored and craigcomstock committed Oct 11, 2024
1 parent 92a5a26 commit 50a01e5
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 50a01e5

Please sign in to comment.