We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a498fa commit cdfe6d1Copy full SHA for cdfe6d1
.github/workflows/container_build.yml
@@ -1,8 +1,8 @@
1
name: "Experiment with building in a Linux container"
2
on:
3
push:
4
- tags:
5
- - '[0-9]+.[0-9]+.[0-9]+'
+ branches:
+ - 'container'
6
jobs:
7
build-ubuntu:
8
runs-on: ubuntu-22.04
0 commit comments