Skip to content

Commit

Permalink
TST: Fix CI event
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 9, 2021
1 parent 7df0173 commit 17d0b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
pull_request_target:
pull_request:
schedule:
# Weekly Tuesday 6 AM build
# * is a special character in YAML so you have to quote this string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: "CodeQL"
on:
push:
branches: [ master ]
pull_request_target:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]

Expand Down

0 comments on commit 17d0b9c

Please sign in to comment.