From 025d9645bef6f9396f207dbcc973e492a0be8867 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 23 May 2021 14:04:21 +0100 Subject: [PATCH] run aws workflow on main and current branch --- .github/workflows/aws-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-tests.yml b/.github/workflows/aws-tests.yml index 0c08dd1f..917ba54a 100644 --- a/.github/workflows/aws-tests.yml +++ b/.github/workflows/aws-tests.yml @@ -1,7 +1,7 @@ name: AWS on: - push: { branches: [aws, remote-builder/refactor] } + push: { branches: [main, aws, remote-builder/refactor-and-steam-deploy] } env: AWS_REGION: 'eu-west-1'