Skip to content

Commit

Permalink
Update GitHub workflows configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 3, 2021
1 parent 1dfd692 commit 6227a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .github/workflows/analysis.yml
name: "analysis"

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

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .github/workflows/build.yml
name: "build"

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

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .github/workflows/metrics.yml
name: "metrics"

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

jobs:

Expand Down

0 comments on commit 6227a98

Please sign in to comment.