Skip to content

Commit

Permalink
s/main/github-actions-ci-main/
Browse files Browse the repository at this point in the history
  • Loading branch information
vathpela committed Mar 20, 2021
1 parent d4494b5 commit 765dd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: pull-request-builds
on:
pull_request:
branches:
- main
- sbat
- github-actions-ci-main

jobs:
pull-request-intel:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: push-builds
on:
push:
branches:
- main
- github-actions-ci-main
schedule:
- cron: '0 3 * * *'

Expand Down

0 comments on commit 765dd0f

Please sign in to comment.