Skip to content

Commit

Permalink
Fix CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Jul 15, 2024
1 parent 26a53cd commit 6885ca5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Code scanning - action"

on:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 10 * * 6'
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Go
on: [push,pull_request]
on:
push:
branches:
- master
pull_request:
jobs:

test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/rdformat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Proto
on: [push,pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Built
Expand Down

0 comments on commit 6885ca5

Please sign in to comment.