1
0
Fork 0

See if this explains why actions aren't running

main
Bo Jeanes 2022-09-18 14:25:21 +10:00 committed by GitHub
parent 58299828b1
commit 20438cd765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@
name: CI name: CI
on: on:
push: push:
tags-ignore:
- unstable
pull_request: pull_request:
env: env:
@ -399,4 +397,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max