Skip to content

Commit

Permalink
Github actions CI only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore authored and toban committed Feb 22, 2022
1 parent f05d8e2 commit bf1e330
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/built_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: true
default: '.env' # only gets set on a "workflow_dispatch" run
push:
branches:
- "main"
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Linting

on:
push:
branches:
- "main"
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test Example

on:
push:
branches:
- "main"
pull_request:
paths-ignore:
- 'docs/**'
Expand Down

0 comments on commit bf1e330

Please sign in to comment.