Skip to content

Commit

Permalink
adjust action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Jul 26, 2024
1 parent 765daa4 commit 5d16f1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [ push ]
on: [push, pull_request]
name: Go tests
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: golangci-lint
on: [push ]
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MySQL tests
on: [ push ]
on: [push, pull_request]

permissions: # added using https://github.com/step-security/secure-workflows
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PostgreSQL tests
on: [ push ]
on: [push, pull_request]

permissions: # added using https://github.com/step-security/secure-workflows
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: SingleStore tests
on: [ push ]
on: [push, pull_request]

permissions: # added using https://github.com/step-security/secure-workflows
contents: read
Expand Down

0 comments on commit 5d16f1f

Please sign in to comment.