Skip to content

Commit

Permalink
update e2e job to run only when push to main (sigstore#2169)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored and Magnus Bengtsson committed Aug 21, 2022
1 parent ac69038 commit 7ef10a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e_tests.yml
Expand Up @@ -16,7 +16,11 @@
name: e2e-tests

# Run on every push, and allow it to be run manually.
on: [push, workflow_dispatch]
on:
push:
branches:
- "main"
workflow_dispatch:

permissions: read-all

Expand Down

0 comments on commit 7ef10a3

Please sign in to comment.