Skip to content

Commit

Permalink
Limit the scope of workflow triggers
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Jun 25, 2024
1 parent 29eb4c1 commit af106c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/triviy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
schedule:
- cron: '46 8 * * 0'
push:
branches: ["master"]
pull_request:
branches: ["master", "release/**"]

# Declare default permissions as nothing.
permissions: {}
Expand Down

0 comments on commit af106c7

Please sign in to comment.