Skip to content

Commit

Permalink
Run CI on pymem branch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Dec 2, 2023
1 parent 95a9126 commit 4305283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- pymem
pull_request:

release:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ matrix.os }}-${{ matrix.type }}
key: ${{ matrix.config.os }}-${{ matrix.config.build_type }}
max-size: 2000M

- name: Install dependencies on Ubuntu
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- pymem
pull_request:

release:
Expand Down

0 comments on commit 4305283

Please sign in to comment.