Skip to content

Commit

Permalink
asf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 28, 2024
1 parent 1e745f8 commit d502c7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Documentation

on: 'workflow_dispatch'
# push:
# branches: [ main ]
# pull_request:
on:
push:
branches: [ main ]
pull_request:

jobs:
build-docs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests

on: workflow_dispatch
# push:
# branches: [ main ]
# pull_request:
on:
push:
branches: [ main ]
pull_request:

jobs:
run_tests:
Expand Down

0 comments on commit d502c7b

Please sign in to comment.