From 3c89fd87ddc4ae48595f51ac8f8e873a4539aae4 Mon Sep 17 00:00:00 2001 From: Michael House Date: Sat, 2 Mar 2024 12:01:32 -0600 Subject: [PATCH 1/3] Added trivial change to force tests to run in PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 385292b..a1a5ca7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MIL STD 1553B -Rust implementation of 1553 message parsing +Rust implementation of 1553 message parsing ## Words From 60f393f89fc55c63d84f1685b697a6a70947797b Mon Sep 17 00:00:00 2001 From: Michael House Date: Sat, 2 Mar 2024 12:08:50 -0600 Subject: [PATCH 2/3] Changed triggers --- .github/workflows/testing.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 7bfbf31..4065a4f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -1,9 +1,8 @@ name: Testing -on: - push: - branches: [development] - pull_request: +on: +- pull_request +- push: branches: [development] jobs: From 3f70e4e34310ebc8592b4985d721134dc3a27b06 Mon Sep 17 00:00:00 2001 From: Michael House Date: Sat, 2 Mar 2024 12:09:31 -0600 Subject: [PATCH 3/3] Changed triggers --- .github/workflows/testing.yaml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 4065a4f..c665523 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -1,9 +1,9 @@ name: Testing on: -- pull_request -- push: - branches: [development] + pull_request +# - push: +# branches: [development] jobs: diff --git a/README.md b/README.md index a1a5ca7..385292b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MIL STD 1553B -Rust implementation of 1553 message parsing +Rust implementation of 1553 message parsing ## Words