CI: run all actions on every push

This commit is contained in:
bryan newbold
2023-12-22 17:40:36 +01:00
parent a5c151c041
commit 03357cb512
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