Skip to content

Commit

Permalink
update triggers to do an on_main deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed Feb 13, 2024
1 parent d0549d7 commit 7eb8e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- ships/fix-deploy-triggers

jobs:
build-all:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service

name: Promote from main
name: PR Updated triggers

on:
pull_request:
Expand Down

0 comments on commit 7eb8e3d

Please sign in to comment.