Skip to content

Commit

Permalink
Merge pull request #335 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 master branch only
  • Loading branch information
joshuagl authored Feb 17, 2021
2 parents 3bc866c + 7de4893 commit a7d3668
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 Securesystemslib tests

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

jobs:
build:
Expand Down

0 comments on commit a7d3668

Please sign in to comment.