Skip to content

Commit

Permalink
Merge pull request #21 from flatcar/dongsu/ci-push-branch
Browse files Browse the repository at this point in the history
.github: run CI also when trunk branch is pushed
  • Loading branch information
dongsupark authored Oct 19, 2023
2 parents 7d92592 + a9f9c0a commit 2c9efd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: "Run CI"
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk

jobs:
build-test:
Expand Down

0 comments on commit 2c9efd0

Please sign in to comment.