Skip to content

Commit

Permalink
cicd: fix cyclical dependency for PRs
Browse files Browse the repository at this point in the history
Fix the issue described in #238

Signed-off: @acmlira
  • Loading branch information
acmlira committed Dec 17, 2020
1 parent 388df5f commit 3285b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build_linux:
Expand Down

0 comments on commit 3285b00

Please sign in to comment.