Skip to content

Commit

Permalink
* .github/workflows/cmake.yml,
Browse files Browse the repository at this point in the history
  .github/workflows/autoconf.yml:
  Enable GitHub Actions workflows for pull requests as well as pushes.


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922984 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Jan 8, 2025
1 parent 26163d7 commit 64f849b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autoconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ name: autoconf
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ name: CMake
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit 64f849b

Please sign in to comment.