Compare commits

...

1 Commits

Author SHA1 Message Date
bryan newbold 03357cb512 CI: run all actions on every push 2023-12-22 17:40:36 +01:00
4 changed files with 6 additions and 22 deletions
@@ -1,10 +1,6 @@
name: build-and-push-bskyweb-aws
on:
push:
branches:
- main
- traffic-reduction
- respect-optout-for-embeds
on: [push]
env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }}
@@ -1,9 +1,6 @@
name: build-and-push-bskyweb-ghcr
on:
push:
branches:
- main
- jake/bskyweb-additions
on: [push]
env:
REGISTRY: ghcr.io
USERNAME: ${{ github.actor }}
+1 -6
View File
@@ -1,10 +1,5 @@
name: golang
on:
pull_request:
push:
branches:
- main
on: [push]
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
+1 -5
View File
@@ -1,10 +1,6 @@
name: Lint
on: [push]
on:
pull_request:
push:
branches:
- main
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true