Skip to content

Commit 8e0aeed

Browse files
committed
WIP: another attempt to make GH Actions work.
1 parent fa5431c commit 8e0aeed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: [ master, opensuse ]
5+
branches:
6+
- 'opensuse_3.6'
67
pull_request:
7-
branches: [ master, opensuse ]
8+
branches:
9+
- 'opensuse_3.6'
810

911
jobs:
1012
build_and_test:
@@ -40,7 +42,7 @@ jobs:
4042
xvfb-run
4143
xz-devel
4244
zlib-devel
43-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v4
4446
- run: ./configure --with-pydebug
4547
- run: make -j
4648
- run: ./python -m test -j

0 commit comments

Comments
 (0)