Skip to content

Commit

Permalink
ci: change trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Aug 11, 2023
1 parent 9b582d1 commit d827fe4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
kind: pipeline
name: build_pipe
trigger:
branch:
- main
event:
- push
- pull_request

steps:
- name: build
image: rust:1.71
Expand All @@ -15,8 +17,10 @@ steps:
kind: pipeline
name: test_pipe
trigger:
branch:
- main
event:
- push
- pull_request

steps:
- name: test
image: rust:1.71
Expand Down

0 comments on commit d827fe4

Please sign in to comment.