Skip to content

Commit

Permalink
Merge pull request #1283 from jku/build-on-push-to-develop-only
Browse files Browse the repository at this point in the history
CI: Limit build-on-push to develop branch only
  • Loading branch information
joshuagl authored Feb 16, 2021
2 parents ac8525a + 7c5416d commit 021803e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Run TUF tests and linter

on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 021803e

Please sign in to comment.