Skip to content

Commit

Permalink
trigger testing and building only once.
Browse files Browse the repository at this point in the history
  • Loading branch information
r--w committed Jan 3, 2020
1 parent bd55c9b commit 4bf8e17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Check & test & build
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
check:
Expand Down

0 comments on commit 4bf8e17

Please sign in to comment.