Skip to content

Commit

Permalink
Run autobahn on all commits
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
  • Loading branch information
Gelbpunkt committed Jul 20, 2023
1 parent 029a7b7 commit 73e2c55
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Run autobahn testsuite and publish results
name: Run autobahn testsuite

on:
push:
branches:
- main
on: [push, pull_request]

env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -44,7 +41,7 @@ jobs:
./scripts/autobahn_server_ci.sh
- name: Upload results to GitHub pages
if: success()
if: success() && github.ref == 'refs/heads/main'
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
Expand Down

0 comments on commit 73e2c55

Please sign in to comment.