Skip to content

Commit e81276b

Browse files
authored
Bump GitHub Actions (#3)
* Bump GitHub Actions * Allow testing feature branches and to trigger from UI
1 parent f2884ba commit e81276b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: 'Build and Test'
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
3+
on: [push, pull_request, workflow_dispatch]
84

95
env:
106
PIP_DISABLE_PIP_VERSION_CHECK: true
@@ -21,7 +17,7 @@ jobs:
2117
runs-on: windows-latest
2218

2319
steps:
24-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2521

2622
- name: 'Remove existing PyManager install'
2723
run: |
@@ -34,7 +30,7 @@ jobs:
3430
shell: powershell
3531

3632
- name: Set up Python 3.14
37-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v5
3834
with:
3935
python-version: 3.14-dev
4036

0 commit comments

Comments
 (0)