Skip to content

Commit

Permalink
.github/workflows: Only trigger upon push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Jun 5, 2023
1 parent d730ed7 commit 76b626e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: github-Linux-32bit

on:
push:
branches:
- develop
pull_request:
paths-ignore:
- '**/*.md'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow-hpx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: github-Linux-hpx

on:
push:
branches:
- develop
pull_request:
paths-ignore:
- '**/*.md'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: github-Linux

on:
push:
branches:
- develop
pull_request:
paths-ignore:
- '**/*.md'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: github-OSX

on:
push:
branches:
- develop
pull_request:
paths-ignore:
- '**/*.md'
Expand Down

0 comments on commit 76b626e

Please sign in to comment.