Skip to content

Commit

Permalink
ci: update triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed Jul 25, 2023
1 parent 84bd2e9 commit 725be3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Python package

on: [pull_request, push]
on:
pull_request:
push:
workflow_dispatch:

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: GH Pages
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
docs-generation:
Expand Down

0 comments on commit 725be3d

Please sign in to comment.