Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias committed Jul 1, 2022
1 parent dcafac4 commit 835513c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 2201.[0-9]+.x
paths-ignore:
- '*.md'
- 'docs/**'
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: PR build

on: [pull_request]
on:
pull_request:
branches:
- master
- 2201.[0-9]+.x

jobs:
ubuntu-build:
Expand Down

0 comments on commit 835513c

Please sign in to comment.