Skip to content

Commit

Permalink
ci: update events that trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Dec 8, 2022
1 parent 05a3a08 commit e13961d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "develop"
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "develop"
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "develop"
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
Expand Down

0 comments on commit e13961d

Please sign in to comment.