Skip to content

Commit

Permalink
Fix event trigger specification for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 5, 2024
1 parent 18675cc commit e1119a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Continues Integration (Master)

on:
workflow_dispatch:
pull_request:
push:
branches-ignore:
- master
- main
- gh-pages
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Continues Integration (PR)

on:
pull_request:
branches-ignore:
- master
- main
- "Test-Automation"

jobs:

Expand Down

0 comments on commit e1119a3

Please sign in to comment.