We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a9ae8 commit 50996b5Copy full SHA for 50996b5
.github/workflows/test_app_permissions.yaml
@@ -1,6 +1,9 @@
1
name: test_app_permissions.yaml
2
on:
3
- workflow_dispatch:
+ push:
4
+ branches:
5
+ - master
6
+ - pr-preview # ToDo adapt before merging to only use master:
7
8
jobs:
9
test-permissions:
0 commit comments