Skip to content

Commit

Permalink
Complete 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 10, 2023
1 parent 4b7a4f1 commit a731afc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'tmp'
tags: [ 'v*' ]
pull_request:
branches:
Expand Down Expand Up @@ -34,10 +35,6 @@ jobs:
os: 'windows-latest',
python_architecture: 'x64'
},
{
os: 'windows-latest',
python_architecture: 'x86'
},
]
steps:
- name: 'Checkout'
Expand Down

0 comments on commit a731afc

Please sign in to comment.