Skip to content

Commit

Permalink
Simplify on clause in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed May 20, 2023
1 parent 9f4d81e commit fd5f647
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Go

on:
push:
pull_request:
branches: [ main ]
on: [push, pull_request]

env:
GO_VERSION: "1.20"
Expand Down

0 comments on commit fd5f647

Please sign in to comment.