diff options
author | FxQnLr <[email protected]> | 2023-10-15 16:51:24 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-15 16:51:24 +0200 |
commit | bd7ec2d19da0793963a7aab355873758ae4e0601 (patch) | |
tree | d49f8e741f250fad0a82727632a25a29ad8c844c /.github | |
parent | 912323d9e42a45e05fa34778dad75ced7b0096fc (diff) | |
download | webol-bd7ec2d19da0793963a7aab355873758ae4e0601.tar webol-bd7ec2d19da0793963a7aab355873758ae4e0601.tar.gz webol-bd7ec2d19da0793963a7aab355873758ae4e0601.zip |
Update test.yml
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 }} |