minor adjustment to how workflows are triggered (#1905)
This commit is contained in:
committed by
GitHub
parent
db4ca085fc
commit
d5dea0d03f
@@ -1,8 +1,9 @@
|
|||||||
name: validate-atomics
|
name: validate-atomics
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened]
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
validate-atomics:
|
validate-atomics:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user