Skip to content

Commit

Permalink
ci: Add test run on merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed May 26, 2022
1 parent 711215c commit fcf13a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: All Tests

# Runs on PR merges or direct push to master
# Runs on PR pushes and push or merge to master.
on:
pull_request:
branches: ["**"]
push:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit fcf13a4

Please sign in to comment.