Skip to content

Commit

Permalink
enable trigger deploy on push
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 10, 2024
1 parent 4cfb600 commit d54cdab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default__build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push Docker
on:
push:
branches:
- 'disabled-main'
- 'main'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default__deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Nginx
on:
push:
branches:
- 'disabled-main'
- 'main'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages__deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages manually
on:
push:
branches:
- 'disabled-main'
- 'main'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
Expand Down

0 comments on commit d54cdab

Please sign in to comment.