diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97a0d2f..90a5fea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -2,7 +2,7 @@ name: build | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: [ "main", "test" ] | 5 | branches: [ "main" ] |
6 | pull_request: | 6 | pull_request: |
7 | branches: [ "main" ] | 7 | branches: [ "main" ] |
8 | workflow_dispatch: | 8 | workflow_dispatch: |
@@ -57,4 +57,4 @@ jobs: | |||
57 | cache-to: type=gha,mode=max | 57 | cache-to: type=gha,mode=max |
58 | tags: | | 58 | tags: | |
59 | ghcr.io/fxqnlr/webol:dev-latest | 59 | ghcr.io/fxqnlr/webol:dev-latest |
60 | ghcr.io/fxqnlr/webol:dev-${{ github.run_number }} \ No newline at end of file | 60 | ghcr.io/fxqnlr/webol:dev-${{ github.run_number }} |