Skip to content

Commit

Permalink
Get PRs on both maintained branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored Jul 8, 2024
1 parent 12343cf commit b521333
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cacert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on:

jobs:
update:
strategy:
matrix:
branch: [1.4, main]

runs-on: ubuntu-latest

steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
ref: "1.4"
ref: ${{ matrix.branch }}

- name: Download cacert.pem
working-directory: res
Expand Down

0 comments on commit b521333

Please sign in to comment.