Skip to content

Commit

Permalink
ci: limit workflows' runs
Browse files Browse the repository at this point in the history
  • Loading branch information
TymekAppsilon committed Feb 2, 2022
1 parent d4c3adf commit 1d80e4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
on: push
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

name: lint

Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
on: push
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

name: test

Expand Down

0 comments on commit 1d80e4e

Please sign in to comment.