Skip to content

Commit cdfe6d1

Browse files
committed
add a new workflow to experiment with building in a container
1 parent 2a498fa commit cdfe6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Experiment with building in a Linux container"
22
on:
33
push:
4-
tags:
5-
- '[0-9]+.[0-9]+.[0-9]+'
4+
branches:
5+
- 'container'
66
jobs:
77
build-ubuntu:
88
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)