Skip to content

Commit

Permalink
Fix build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 17, 2021
1 parent 6c1fa05 commit 052d484
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
@@ -1,4 +1,7 @@
name: 'Continuous Integration'

on:
create:
pull_request:
types: [ opened, synchronize, reopened ]
push:
Expand All @@ -7,8 +10,6 @@ on:
tags:
- "**"

name: "Continuous Integration"

jobs:
coding-standards:
name: "Coding Standards"
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/documentation.yml
@@ -1,14 +1,12 @@
on:
push:
paths:
- 'docs/**'

pull_request:
paths:
- 'docs/**'

name: 'Documentation'

on:
create:
push:
pull_request:
paths:
- 'docs/**'

jobs:
build:
name: 'Build RST'
Expand Down

0 comments on commit 052d484

Please sign in to comment.