Skip to content

Commit

Permalink
Run workflows on push and pull requests to master
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-jakubiak committed Jul 4, 2021
1 parent 73e6bb3 commit 3ab0399
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/codecheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Codecheck
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
codecheck:
runs-on: ubuntu-latest
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Tests
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
Expand Down

0 comments on commit 3ab0399

Please sign in to comment.