Skip to content

Commit

Permalink
Merge pull request #142 from Aydinhamedi/main
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
Aydinhamedi authored Jan 30, 2024
2 parents e7ebb70 + a70563a commit eabb27b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 */48 * * *'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-app_Alpha-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "Alpha-b" ]
pull_request:
branches: [ "Alpha-b" ]
schedule:
- cron: '0 */48 * * *'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-app_Beta-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "Beta-b" ]
pull_request:
branches: [ "Beta-b" ]
schedule:
- cron: '0 */48 * * *'

permissions:
contents: read
Expand Down

0 comments on commit eabb27b

Please sign in to comment.