Skip to content

Commit

Permalink
pull the github actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjarzayniev authored Mar 4, 2025
1 parent fb3cf2c commit c0f854e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Run Selenium Java application built with Maven

on:
# push: # commment for easy access
# branches:
# - dev
# pull_request:
# branches:
# - master
push: # commment for easy access
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 1 * * *" # it will be 6~7 am in our timezone

Expand Down

0 comments on commit c0f854e

Please sign in to comment.