Skip to content

Commit

Permalink
Rename development to main in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jandd committed Apr 11, 2024
1 parent 79e625a commit c48c65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Docker Development CI
# Controls when the workflow will run
on:
push:
branches: [development]
branches: [main]
pull_request:
branches: [development]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker CI
# Controls when the workflow will run
on:
push:
branches: [ development ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit c48c65c

Please sign in to comment.