Skip to content

Commit

Permalink
Change github action trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed May 3, 2023
1 parent 836cf72 commit c5f9f3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CICD

on: [push]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
TARDIS_TEST_DISABLED_DOCKER: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leak_checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: LeakChecker

on: [push]
on: [push, pull_request]

jobs:
hello_world_job:
Expand Down

0 comments on commit c5f9f3a

Please sign in to comment.