Skip to content

Commit

Permalink
Merge pull request #33 from penpot/feature/first-steps-design-to-text
Browse files Browse the repository at this point in the history
Adjust GH action triggers
  • Loading branch information
MischaPanch authored May 31, 2024
2 parents 1279556 + 4a8cd56 commit 57409f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint_and_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
check:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Tests on Ubuntu

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down

0 comments on commit 57409f4

Please sign in to comment.