diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7797437bb..ce659f902 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,9 +10,7 @@ on: paths: - '**.cpp' - '**.h' - branches: - - master - - development + types: [opened, synchronize, reopened] jobs: deploy: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c00aa7eac..8e1e8d193 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: push: branches: [ master,development ] pull_request: - branches: [ master,development ] + types: [opened, synchronize, reopened] defaults: run: diff --git a/Tools/InputGeneration/README.md b/Tools/InputGeneration/README.md index 0c51335bc..a75bb1501 100644 --- a/Tools/InputGeneration/README.md +++ b/Tools/InputGeneration/README.md @@ -38,22 +38,23 @@ The stream of calls generated is saved to an XML file. This file contains a list ## Input file format The developer's documentation contains more information about the [simulation input file -format and the class that loads and manages the event inputs] -(https://uwb-biocomputing.github.io/Graphitti/Developer/GraphAndEventInputs.html). +format and the class that loads and manages the event inputs](https://uwb-biocomputing.github.io/Graphitti/Developer/GraphAndEventInputs.html). Below is an example of a simulation input file: ```XML -?xml version='1.0' encoding='UTF-8'?> + - - - - - - - + + + + + + + + + ... diff --git a/docs/Developer/GraphAndEventInputs.md b/docs/Developer/GraphAndEventInputs.md index ba0b5b723..460fcaeeb 100644 --- a/docs/Developer/GraphAndEventInputs.md +++ b/docs/Developer/GraphAndEventInputs.md @@ -45,13 +45,16 @@ The list of events is provided to Graphitti as an XML input file. We couldn't fi ```xml - - - - - - -... + + + + + + + + + + ... ...