Skip to content

Commit c6900fe

Browse files
committed
fixed singularity.yml indentation
1 parent 0e0047d commit c6900fe

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/singularity.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Singularity Build
2-
on:
2+
on:
33
push:
4-
# Edit the branches here if you want to change deploy behavior
5-
branches:
6-
- main
7-
8-
# Do the builds on all pull requests (to test them)
9-
pull_request: []
4+
branches: ['main']
5+
pull_request:
106

117
jobs:
128
build-test-containers:

0 commit comments

Comments
 (0)