Skip to content

Commit

Permalink
Adding changes to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Dec 19, 2023
1 parent e9cb4df commit b7d9ea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dockerhub-dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI to Dockerhub Dev
name: Dev - CI to Dockerhub Dev

on:
push:
branches:
- 'main'
- 'develop'
schedule:
- cron: '30 5 * * 1,3'

jobs:
docker:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI to Docker Hub
name: Prod - CI to Docker Hub

on:
push:
branches:
- 'main'
schedule:
- cron: '30 5 * * 1,3'

Expand Down

0 comments on commit b7d9ea2

Please sign in to comment.