diff options
| author | Léo Vansimay | 2021-04-21 10:23:27 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-21 10:23:27 +0200 |
| commit | 11078d51591f5a9ce344915e8178fede502f6dfe (patch) | |
| tree | eca8da5067ce40311f8bf8382908ac9f2244ec0d | |
| parent | d0252bad41d78877b0912dd070677b6fde2daacc (diff) | |
| download | sec-certs-11078d51591f5a9ce344915e8178fede502f6dfe.tar.gz sec-certs-11078d51591f5a9ce344915e8178fede502f6dfe.tar.zst sec-certs-11078d51591f5a9ce344915e8178fede502f6dfe.zip | |
Update GA_CI.yml
Modify the event that triggers the workflow, now it will run on each push everywhere
| -rw-r--r-- | .github/workflows/GA_CI.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/GA_CI.yml b/.github/workflows/GA_CI.yml index 22c334c5..25f9c7b8 100644 --- a/.github/workflows/GA_CI.yml +++ b/.github/workflows/GA_CI.yml @@ -1,9 +1,6 @@ name: tests -on: - push: - branches: - - master - - dev +on: [push] + jobs: run-test: |
